Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-07-03T05:41:07.762Z||main|||||INFO|500||The following profiles are active: basic
2022-07-03T05:41:19.160Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-03T05:41:19.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-03T05:41:19.269Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-03T05:41:23.646Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-03T05:41:24.046Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-03T05:41:24.491Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-03T05:41:24.498Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-03T05:41:24.601Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-03T05:41:24.805Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-03T05:41:25.372Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-03T05:41:27.396Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T05:41:29.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T05:41:29.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-03T05:41:30.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T05:41:30.706Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-03T05:41:31.742Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T05:41:32.688Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-03T05:41:32.706Z||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$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-03T05:41:32.706Z||main|||||WARN|500||The sdc end point is not alive
2022-07-03T05:41:35.664Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-03T05:41:38.674Z||main|||||WARN|500||---
2022-07-03T05:41:38.674Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-03T05:41:38.675Z||main|||||WARN|500||---
2022-07-03T05:41:39.170Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-03T05:41:43.903Z||main|||||INFO|500||Started Application in 39.175 seconds (JVM running for 41.351)
2022-07-03T05:41:43.934Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:41:43.938Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:41:43.962Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:41:43.998Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:41:44.049Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c637e31-a73d-41e9-a18a-7166d1f8c3bb url= /sdc/v1/artifactTypes
2022-07-03T05:41:44.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:41:45.153Z||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.5.200] 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$$c2b936ed.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-03T05:41:45.157Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6435e7ab
2022-07-03T05:41:45.158Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T05:41:45.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T05:41:45.177Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T05:41:45.180Z||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$$c2b936ed.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-03T05:42:33.896Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:42:33.896Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:42:33.896Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:42:33.900Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:42:33.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d10fa3f-09c6-448f-a0d8-53ff40dc07b6 url= /sdc/v1/artifactTypes
2022-07-03T05:42:33.905Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:42:34.940Z||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.5.200] 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$$c2b936ed.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-03T05:42:34.943Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779e77f7
2022-07-03T05:42:34.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T05:42:34.944Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T05:42:34.944Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T05:42:34.945Z||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$$c2b936ed.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-03T05:43:23.896Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:43:23.897Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:43:23.897Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:43:23.901Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:43:23.921Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ebb18a8-2574-4880-ae40-fe2f08b95f9d url= /sdc/v1/artifactTypes
2022-07-03T05:43:23.922Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:43:24.496Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:43:24.505Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-03T05:43:24.526Z||scheduling-1|||||DEBUG|500||create keys
2022-07-03T05:43:24.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-03T05:43:24.626Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:43:24.644Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f921e53-51ba-47ee-9b91-b272a2b292c2 url= /sdc/v1/registerForDistribution
2022-07-03T05:43:24.999Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9f921e53-51ba-47ee-9b91-b272a2b292c2 url= /sdc/v1/registerForDistribution
2022-07-03T05:43:25.000Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-03T05:43:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:43:25.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:43:25.054Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:43:25.055Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:43:25.055Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:43:25.055Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:43:25.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-03T05:43:35.660Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:43:35.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:44:25.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:44:25.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:44:25.021Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:44:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:44:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:44:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:44:34.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:44:34.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:45:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:45:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:45:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:45:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:45:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:45:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:45:34.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:45:34.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:46:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:46:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:46:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:46:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:46:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:46:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:46:34.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:46:34.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:47:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:47:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:47:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:47:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:47:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:47:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:47:34.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:47:34.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:48:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:48:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:48:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:48:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:48:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:48:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:48:34.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:48:34.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:49:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:49:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:49:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:49:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:49:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:49:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:49:34.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:49:34.583Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:50:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:50:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:50:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:50:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:50:25.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:50:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:50:34.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:50:34.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:51:24.990Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-03T05:51:25.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:51:25.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:51:25.065Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:51:25.066Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:51:25.066Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:51:25.066Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:51:34.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:51:34.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:52:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:52:25.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:52:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:52:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:52:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:52:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:52:34.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:52:34.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:53:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:53:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:53:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:53:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:53:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:53:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:53:34.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:53:34.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:54:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:54:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:54:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:54:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:54:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:54:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:54:34.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:54:34.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:55:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:55:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:55:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:55:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:55:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:55:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:55:34.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:55:34.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:56:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:56:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:56:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:56:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:56:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:56:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:56:34.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:56:34.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:57:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:57:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:57:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:57:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:57:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:57:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:57:34.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:57:34.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:58:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:58:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:58:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:58:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:58:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:58:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:58:34.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:58:34.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:59:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:59:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:59:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:59:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:59:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:59:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:59:34.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:59:34.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:00:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:00:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:00:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:00:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:00:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:00:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:00:34.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:00:34.586Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:01:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:01:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:01:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:01:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:01:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:01:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:01:34.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:01:34.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:02:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:02:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:02:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:02:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:02:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:02:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:02:34.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:02:34.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:03:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:03:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:03:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:03:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:03:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:03:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:03:34.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:03:34.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:04:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:04:25.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:04:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:04:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:04:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:04:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:04:34.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:04:34.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:05:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:05:25.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:05:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:05:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:05:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:05:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:05:34.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:05:34.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:06:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:06:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:06:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:06:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:06:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:06:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:06:34.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:06:34.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:07:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:07:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:07:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:07:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:07:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:07:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:07:34.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:07:34.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:08:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:08:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:08:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:08:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:08:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:08:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:08:34.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:08:34.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:09:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:09:25.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:09:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:09:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:09:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:09:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:09:34.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:09:34.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:10:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:10:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:10:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:10:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:10:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:10:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:10:34.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:10:34.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:11:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:11:25.018Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:11:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:11:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:11:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:11:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:11:34.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:11:34.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:12:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:12:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:12:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:12:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:12:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:12:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:12:34.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:12:34.613Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:13:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:13:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:13:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:13:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:13:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:13:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:13:34.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:13:34.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:14:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:14:25.018Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:14:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:14:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:14:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:14:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:14:34.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:14:34.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:15:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:15:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:15:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:15:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:15:25.027Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:15:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:15:34.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:15:34.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:16:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:16:25.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:16:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:16:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:16:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:16:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:16:34.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:16:34.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:17:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:17:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:17:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:17:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:17:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:17:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:17:34.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:17:34.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:18:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:18:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:18:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:18:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:18:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:18:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:18:34.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:18:34.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:19:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:19:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:19:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:19:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:19:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:19:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:19:34.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:19:34.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:20:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:20:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:20:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:20:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:20:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:20:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:20:34.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:20:34.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:21:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:21:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:21:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:21:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:21:25.027Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:21:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:21:34.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:21:34.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:22:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:22:25.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:22:25.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:22:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:22:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:22:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:22:34.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:22:34.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:23:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:23:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:23:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:23:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:23:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:23:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:23:34.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:23:34.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:24:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:24:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:24:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:24:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:24:25.027Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:24:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:24:34.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:24:34.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:25:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:25:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:25:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:25:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:25:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:25:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:25:34.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:25:34.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:26:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:26:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:26:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:26:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:26:25.027Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:26:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:26:34.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:26:34.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:27:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:27:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:27:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:27:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:27:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:27:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:27:34.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:27:34.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:28:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:28:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:28:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:28:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:28:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:28:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:28:34.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:28:34.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:29:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:29:25.018Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:29:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:29:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:29:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:29:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:29:34.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:29:34.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:30:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:30:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:30:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:30:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:30:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:30:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:30:34.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:30:34.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:31:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:31:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:31:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:31:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:31:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:31:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:31:34.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:31:34.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:25.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:32:25.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:32:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:32:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:32:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:26.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:26.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:32:26.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ca05171-de12-47ba-828c-fd01f4dd068e","serviceName":"vFW 2022-07-03 06-31-12","serviceVersion":"1.0","serviceUUID":"6196e8b7-6ba9-438c-83a8-b26d36748b71","serviceDescription":"catalog service description","serviceInvariantUUID":"5cdb823e-e098-4a48-9e39-7ff839c7d087","resources":[{"resourceInstanceName":"vFW f77e80c5-abe0 0","resourceName":"vFW f77e80c5-abe0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6171231a-0a81-433e-9945-7028010f47c1","resourceInvariantUUID":"760dfcd3-f8ec-4cca-bff6-a87f075c3d06","resourceCustomizationUUID":"dcead41e-ffcb-48fc-918a-37c455b5b82a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml","artifactChecksum":"NmJjZjk0NjYwNWMzZGUyMTg2Y2E3MmY0ZjhjZmZlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20f3e513-cf23-4389-beb2-6e8ceb8ca5fe","artifactVersion":"1"},{"artifactName":"vfwf77e80c5abe00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json","artifactChecksum":"NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddc623c4-49a5-4bf8-9a7b-8a37205bc390","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml","artifactChecksum":"MWFkYWQ2NDZlYzJiOGRhZTE4YTZlNzdhMzRiZGJmOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baa50042-c972-4606-92de-8a2a7d1be8f8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bbe333b-a7ed-469b-b9d6-5c130948b05f","artifactVersion":"2","generatedFromUUID":"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220703063112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml","artifactChecksum":"NjZiMDIxZWQ4MGVkZmZmN2Y4MjUzODA0NDYxMTY0NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95f01a8b-fc0b-4ef6-9d95-62c2040d209a","artifactVersion":"1"},{"artifactName":"service-Vfw20220703063112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar","artifactChecksum":"YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0d6ed80-b34e-41db-8f34-09866845a5c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:32:26.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:27.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:27.022Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:27.023Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:32:27.116Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-03T06:32:27.120Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:27.121Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:27.138Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:27.139Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":3,"count":1}
2022-07-03T06:32:27.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:27.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:32:27.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:32:27.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:32:28.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:28.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:28.033Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:28.033Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:32:28.133Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:28.135Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:28.135Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:28.148Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:28.149Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:29.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:29.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:29.037Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:29.037Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:32:29.137Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:29.139Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:29.139Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:29.153Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:29.154Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:30.038Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:30.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:30.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:30.041Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:32:30.142Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:30.143Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:30.143Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:30.156Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:30.156Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:31.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:31.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:31.046Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:31.047Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T06:32:31.147Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:31.148Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:31.148Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:31.161Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:31.162Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:32.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:32.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:32.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:32.052Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:32:32.152Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:32.153Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:32.153Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:32.166Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:32.166Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:33.053Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:33.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:33.056Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:33.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:32:33.156Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:33.158Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:33.158Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:33.172Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:33.173Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:34.058Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "serviceName": "vFW 2022-07-03 06-31-12",
  "serviceVersion": "1.0",
  "serviceUUID": "6196e8b7-6ba9-438c-83a8-b26d36748b71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5cdb823e-e098-4a48-9e39-7ff839c7d087",
  "resources": [
    {
      "resourceInstanceName": "vFW f77e80c5-abe0 0",
      "resourceCustomizationUUID": "dcead41e-ffcb-48fc-918a-37c455b5b82a",
      "resourceName": "vFW f77e80c5-abe0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6171231a-0a81-433e-9945-7028010f47c1",
      "resourceInvariantUUID": "760dfcd3-f8ec-4cca-bff6-a87f075c3d06",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf77e80c5abe00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
          "artifactChecksum": "NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ddc623c4-49a5-4bf8-9a7b-8a37205bc390",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5bbe333b-a7ed-469b-b9d6-5c130948b05f",
            "generatedFromUUID": "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5bbe333b-a7ed-469b-b9d6-5c130948b05f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220703063112-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
      "artifactChecksum": "YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0d6ed80-b34e-41db-8f34-09866845a5c7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:32:34.059Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:32:34.060Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6196e8b7-6ba9-438c-83a8-b26d36748b71 ASDC
2022-07-03T06:32:34.190Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3ca05171-de12-47ba-828c-fd01f4dd068e
ServiceName:vFW 2022-07-03 06-31-12
ServiceVersion:1.0
ServiceUUID:6196e8b7-6ba9-438c-83a8-b26d36748b71
ServiceInvariantUUID:5cdb823e-e098-4a48-9e39-7ff839c7d087
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220703063112-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
ArtifactUUID:b0d6ed80-b34e-41db-8f34-09866845a5c7
ArtifactChecksum:YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f77e80c5-abe0 0
ResourceCustomizationUUID:dcead41e-ffcb-48fc-918a-37c455b5b82a
ResourceInvariantUUID:760dfcd3-f8ec-4cca-bff6-a87f075c3d06
ResourceName:vFW f77e80c5-abe0
ResourceType:VF
ResourceUUID:6171231a-0a81-433e-9945-7028010f47c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf77e80c5abe00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
ArtifactUUID:ddc623c4-49a5-4bf8-9a7b-8a37205bc390
ArtifactChecksum:NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI=
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
ArtifactUUID:449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
ArtifactUUID:5bbe333b-a7ed-469b-b9d6-5c130948b05f
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
ArtifactUUID:5bbe333b-a7ed-469b-b9d6-5c130948b05f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T06:32:34.194Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6196e8b7-6ba9-438c-83a8-b26d36748b71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:32:34.428Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:32:34.429Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:34.430Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:34.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0d6ed80-b34e-41db-8f34-09866845a5c7 from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:34.432Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.615Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:34.632Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar b0d6ed80-b34e-41db-8f34-09866845a5c7 99044
2022-07-03T06:32:34.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar ASDC sendASDCNotification
2022-07-03T06:32:34.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:34.635Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:34.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:34.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829954632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:32:34.737Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:34.739Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:34.739Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:34.753Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:34.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:35.637Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:32:35.639Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:35.639Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0d6ed80-b34e-41db-8f34-09866845a5c7, URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar to file: /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.640Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.719Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.720Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:36.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6615495956326189727/Definitions/service-Vfw20220703063112-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-03T06:32:39.620Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f77e80c5-abe0 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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.630Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:32:39.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.637Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:32:39.643Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.655Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:32:39.656Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb10ebb6-874c-4001-856d-55d54617e433
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4df2ee3c-2d25-4245-bd4a-02de39457a4f
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29cc6165-f0c2-46bc-a930-6552432c908f
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.672Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-03 06-31-12
Description:catalog service description
Model UUID:6196e8b7-6ba9-438c-83a8-b26d36748b71
Model Version:NULL
Model InvariantUuid:5cdb823e-e098-4a48-9e39-7ff839c7d087
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f77e80c5-abe0
Model UUID:9834f9d1-8a28-46ea-97a0-62d9a263c3c7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:760dfcd3-f8ec-4cca-bff6-a87f075c3d06
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dcead41e-ffcb-48fc-918a-37c455b5b82a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:633cb65c-cc99-4760-b9cd-ae85982a3b4c
ModelName:VfwF77e80c5Abe0..base_vfw..module-0
ModelUuid:9b9f99b3-f370-41ef-b640-02f09c9fe00d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fb10ebb6-874c-4001-856d-55d54617e433
ModelInvariantUuid:b481f5eb-e3db-4856-a8d9-19412036e3e1
ModelName:vFW f77e80c5-abe0-nodes.vfwCvfc
ModelUuid:7e157572-4341-4473-8bf6-0e1025c6a4ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3fc7cf69-da45-4e61-bd77-a04e4c9e3a6a
ModelInvariantUuid:72b5c0e9-0b61-4c10-a9f3-a91726acbb32
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vfw
ModelUuid:c2dc9111-a9d5-41ba-8c61-9e697f6ad6cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4df2ee3c-2d25-4245-bd4a-02de39457a4f
ModelInvariantUuid:bd2d5d60-d775-4a01-b754-2e4916078011
ModelName:vFW f77e80c5-abe0-nodes.vsnCvfc
ModelUuid:a7ee599b-9edb-433f-9b1c-9e5ceb402e0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f2757874-e726-4c08-bda1-afb5cb0c32ba
ModelInvariantUuid:7c0d8fca-d4c4-4cc7-8449-792b25d22f51
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vsn
ModelUuid:eec9e963-06d2-4b89-9e74-714246fdba7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:29cc6165-f0c2-46bc-a930-6552432c908f
ModelInvariantUuid:4ea5f047-b785-4244-9f9c-68d4d0a366e2
ModelName:vFW f77e80c5-abe0-nodes.vpgCvfc
ModelUuid:9b406b45-4ac1-4655-8b87-d17fe93db60e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bfaf478b-b296-481d-8f77-83b6602818f1
ModelInvariantUuid:b45884cf-b13a-42eb-aa21-8b22a09e8e04
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vpg
ModelUuid:9bbdae2c-e3c4-4f6e-9352-334df51358fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:32:39.705Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6171231a-0a81-433e-9945-7028010f47c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:39.799Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||vFW f77e80c5-abe0 0
2022-07-03T06:32:39.807Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6171231a-0a81-433e-9945-7028010f47c1
2022-07-03T06:32:39.807Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ddc623c4-49a5-4bf8-9a7b-8a37205bc390 from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.808Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:39.808Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.875Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:39.875Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ddc623c4-49a5-4bf8-9a7b-8a37205bc390 785
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ASDC sendASDCNotification
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:39.880Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:39.880Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829959876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:32:39.980Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:39.981Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:39.981Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:39.997Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:39.998Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:40.885Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF77e80c5Abe0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "633cb65c-cc99-4760-b9cd-ae85982a3b4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b9f99b3-f370-41ef-b640-02f09c9fe00d",
    "vfModuleModelCustomizationUUID": "2c21aa86-9922-4e37-991f-09153c8e6536",
    "isBase": true,
    "artifacts": [
      "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
      "5bbe333b-a7ed-469b-b9d6-5c130948b05f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:32:40.911Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF77e80c5Abe0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9f99b3-f370-41ef-b640-02f09c9fe00d
VfModuleModelInvariantUUID:633cb65c-cc99-4760-b9cd-ae85982a3b4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
,
5bbe333b-a7ed-469b-b9d6-5c130948b05f

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

isBase:true


}

2022-07-03T06:32:40.914Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF77e80c5Abe0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "633cb65c-cc99-4760-b9cd-ae85982a3b4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b9f99b3-f370-41ef-b640-02f09c9fe00d",
    "vfModuleModelCustomizationUUID": "2c21aa86-9922-4e37-991f-09153c8e6536",
    "isBase": true,
    "artifacts": [
      "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
      "5bbe333b-a7ed-469b-b9d6-5c130948b05f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:32:40.914Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF77e80c5Abe0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9f99b3-f370-41ef-b640-02f09c9fe00d
VfModuleModelInvariantUUID:633cb65c-cc99-4760-b9cd-ae85982a3b4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
,
5bbe333b-a7ed-469b-b9d6-5c130948b05f

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

isBase:true


}

2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:41.029Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml 449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e 20368
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:41.031Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:41.032Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:41.033Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829961030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:32:41.133Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:41.134Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:41.134Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:41.149Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:41.150Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:42.033Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5bbe333b-a7ed-469b-b9d6-5c130948b05f from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.034Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:42.035Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.146Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:42.147Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env 5bbe333b-a7ed-469b-b9d6-5c130948b05f 2098
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:42.149Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:42.151Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:42.151Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829962148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:32:42.252Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:42.253Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:42.253Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:42.265Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:42.265Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:43.152Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6196e8b7-6ba9-438c-83a8-b26d36748b71
2022-07-03T06:32:43.154Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f77e80c5-abe0 0 6171231a-0a81-433e-9945-7028010f47c1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:43.191Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63600d13, org.onap.sdc.toscaparser.api.parameters.Input@2fb60b21, org.onap.sdc.toscaparser.api.parameters.Input@355326b8, org.onap.sdc.toscaparser.api.parameters.Input@156d1022, org.onap.sdc.toscaparser.api.parameters.Input@76069f09]
2022-07-03T06:32:43.195Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= dcead41e-ffcb-48fc-918a-37c455b5b82a
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcead41e-ffcb-48fc-918a-37c455b5b82a matches Tosca VF Customization UUID: dcead41e-ffcb-48fc-918a-37c455b5b82a
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: dcead41e-ffcb-48fc-918a-37c455b5b82a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:32:43.204Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.204Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.207Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id dcead41e-ffcb-48fc-918a-37c455b5b82a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-03T06:32:43.207Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@da0ccf6
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c21aa86-9922-4e37-991f-09153c8e6536
2022-07-03T06:32:43.210Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c21aa86-9922-4e37-991f-09153c8e6536
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:32:43.217Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.217Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.218Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.218Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb10ebb6-874c-4001-856d-55d54617e433
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.233Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.234Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.234Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.235Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.235Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:43.238Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.238Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T06:32:43.239Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:43.239Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4df2ee3c-2d25-4245-bd4a-02de39457a4f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.243Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.244Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.244Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.247Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.249Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:43.249Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.250Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.250Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:43.252Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.252Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.253Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T06:32:43.253Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29cc6165-f0c2-46bc-a930-6552432c908f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.256Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.256Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.257Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.257Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.258Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.258Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=dcead41e-ffcb-48fc-918a-37c455b5b82a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:43.260Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.261Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.261Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6196e8b7-6ba9-438c-83a8-b26d36748b71: vFW f77e80c5-abe0
2022-07-03T06:32:43.262Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.263Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.263Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.264Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.265Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.265Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.266Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.266Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-07-03 06-31-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f77e80c5-abe0 6171231a-0a81-433e-9945-7028010f47c1 1 ASDC deployResourceStructure
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ASDC sendASDCNotification
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:43.535Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:43.535Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:43.536Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:43.537Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829963534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:32:43.645Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-03T06:32:43.646Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:43.646Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:43.660Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:43.660Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:44.541Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:44.541Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829964537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:32:44.646Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-03T06:32:44.647Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:44.647Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:44.665Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:44.665Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:45.543Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:45.545Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:45.545Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829965542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:32:45.645Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:45.646Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:45.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:45.662Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:45.674Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar ASDC sendASDCNotification
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:46.548Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:46.550Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:46.550Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829966546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:32:46.650Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:46.651Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:46.651Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:46.666Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:32:46.666Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:47.554Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:32:47.582Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:33:17.585Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:17.596Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:33:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:33:25.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:33:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:33:25.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:33:47.599Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:47.610Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:47.613Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:33:47.613Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:33:47.614Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:34:17.614Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:17.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:34:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:34:25.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:34:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:34:25.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:34:47.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:47.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:17.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:17.655Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:17.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:35:17.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:35:17.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:35:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:35:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:35:25.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:35:25.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829945018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829943853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829955185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829947803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829954632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829948359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "cds",
  "timestamp": 1656829956225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.618Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829956315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829959892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829959876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829953740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829961030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829961602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829961880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829962148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829962714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "clamp",
  "timestamp": 1656829962887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.641Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829957128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829963776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829963534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829965072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829964537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829964843,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.660Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.660Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829958852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829966096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829965542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829965848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829966789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "policy-id",
  "timestamp": 1656829967124,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.676Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.676Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656829966546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "cds",
  "timestamp": 1656829967810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.700Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.701Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829970821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829972602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "aai-ml",
  "timestamp": 1656829973612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.719Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829967753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656829967803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829977560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829978567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829973740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829981504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829982672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829977128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829983726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829984885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829984747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829978359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829985893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829962857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656829985750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829986141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829986170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "policy-id",
  "timestamp": 1656829986899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.812Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829986688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829987841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "clamp",
  "timestamp": 1656829988845,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829989645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656829990661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829993798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "aai-ml",
  "timestamp": 1656829994802,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.860Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:47.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.673Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.683Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:36:17.683Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:36:17.694Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca05171-de12-47ba-828c-fd01f4dd068e and serviceModelVersionId: 6196e8b7-6ba9-438c-83a8-b26d36748b71
2022-07-03T06:36:17.694Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cdb823e-e098-4a48-9e39-7ff839c7d087
2022-07-03T06:36:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:36:25.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:36:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:32.551Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0
2022-07-03T06:36:32.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:36:33.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-03T06:36:33.214Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|INFO|500||Invoke
2022-07-03T06:36:33.352Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:36:33.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|INFO|500||InvokeReturn
2022-07-03T06:36:33.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220703-06:36:33:725-94406], vertex-id=[180368], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:36:33 GMT], Content-Type=[application/json]}
2022-07-03T06:36:33.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:36:33.638Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:36:33.638Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:33.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:36:33.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca05171-de12-47ba-828c-fd01f4dd068e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:36:33.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:36:33.647Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:33.648Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:33.648Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830193646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:36:33.748Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:33.749Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:33.749Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:33.764Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:33.764Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:34.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:34.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:36:34.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830193646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:36:34.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:36:34.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:36:34.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:36:34.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:39.162Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:39.163Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:36:39.163Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b492d85-13d4-4d3d-b1a2-153dc95b0b5c","serviceName":"basic_onboard_DlBdcv","serviceVersion":"1.0","serviceUUID":"1fd5016f-6344-4181-8feb-879dfbf6433a","serviceDescription":"service","serviceInvariantUUID":"3db4448b-3a5d-4d98-b7db-44e8abd76241","resources":[{"resourceInstanceName":"basic_onboard_DlBdcv 0","resourceName":"basic_onboard_DlBdcv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a4fc212-d4b6-4058-a17a-cf949818468a","resourceInvariantUUID":"b3a29b08-9e75-4192-a65d-67f538dcc79f","resourceCustomizationUUID":"9ae1dbbf-58fb-4370-ae43-23d8296ede58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml","artifactChecksum":"MDdhNmJhNTc1MzA5MjU5MGI2ZDBkZWJhMjg2M2VmYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"740e5e95-f93d-4372-a06e-5e58e0a6ee58","artifactVersion":"1"},{"artifactName":"basic_onboard_dlbdcv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json","artifactChecksum":"YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b020c6b1-8147-43eb-98a2-39ba47d1e77a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce957859-137d-4c05-a518-41d3fc5f3170","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30b728cf-4510-49ce-93d5-b72f164605d1","artifactVersion":"2","generatedFromUUID":"b020c6b1-8147-43eb-98a2-39ba47d1e77a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDlbdcv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml","artifactChecksum":"ZGI1MmJhZGNlZTdkMTVjMjRmNzYxYWQ5YmViNTBjNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77bab8f5-fa82-459d-8d54-6b1e92072d3a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDlbdcv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar","artifactChecksum":"ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c17c3e86-fa26-4426-a5c1-1093e53a317f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:36:39.166Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:39.166Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:39.168Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:39.168Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:36:39.268Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:39.269Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:39.270Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:39.286Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:39.287Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:40.169Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:40.170Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:40.172Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:40.172Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:36:40.272Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:40.273Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:40.273Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:40.288Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:40.288Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:41.173Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:41.174Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:41.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:41.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:36:41.276Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:41.277Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:41.277Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:41.291Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:41.291Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:42.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:42.178Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:42.181Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:42.181Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:36:42.282Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:42.283Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:42.284Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:42.297Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:42.298Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:43.183Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:43.183Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:43.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:43.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T06:36:43.286Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:43.287Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:43.287Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:43.301Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:43.301Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:44.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:44.187Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:44.189Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:44.189Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:44.310Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:44.310Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:45.190Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:45.191Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:45.195Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:45.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:36:45.296Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:45.297Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:45.297Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:45.312Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:45.312Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "serviceName": "basic_onboard_DlBdcv",
  "serviceVersion": "1.0",
  "serviceUUID": "1fd5016f-6344-4181-8feb-879dfbf6433a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3db4448b-3a5d-4d98-b7db-44e8abd76241",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DlBdcv 0",
      "resourceCustomizationUUID": "9ae1dbbf-58fb-4370-ae43-23d8296ede58",
      "resourceName": "basic_onboard_DlBdcv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9a4fc212-d4b6-4058-a17a-cf949818468a",
      "resourceInvariantUUID": "b3a29b08-9e75-4192-a65d-67f538dcc79f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dlbdcv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
          "artifactChecksum": "YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b020c6b1-8147-43eb-98a2-39ba47d1e77a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "30b728cf-4510-49ce-93d5-b72f164605d1",
            "generatedFromUUID": "b020c6b1-8147-43eb-98a2-39ba47d1e77a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "30b728cf-4510-49ce-93d5-b72f164605d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDlbdcv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
      "artifactChecksum": "ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c17c3e86-fa26-4426-a5c1-1093e53a317f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1fd5016f-6344-4181-8feb-879dfbf6433a ASDC
2022-07-03T06:36:46.199Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
ServiceName:basic_onboard_DlBdcv
ServiceVersion:1.0
ServiceUUID:1fd5016f-6344-4181-8feb-879dfbf6433a
ServiceInvariantUUID:3db4448b-3a5d-4d98-b7db-44e8abd76241
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDlbdcv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
ArtifactUUID:c17c3e86-fa26-4426-a5c1-1093e53a317f
ArtifactChecksum:ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DlBdcv 0
ResourceCustomizationUUID:9ae1dbbf-58fb-4370-ae43-23d8296ede58
ResourceInvariantUUID:b3a29b08-9e75-4192-a65d-67f538dcc79f
ResourceName:basic_onboard_DlBdcv
ResourceType:VF
ResourceUUID:9a4fc212-d4b6-4058-a17a-cf949818468a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dlbdcv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
ArtifactUUID:0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833
ArtifactChecksum:YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY=
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b020c6b1-8147-43eb-98a2-39ba47d1e77a
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
ArtifactUUID:30b728cf-4510-49ce-93d5-b72f164605d1
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
ArtifactUUID:30b728cf-4510-49ce-93d5-b72f164605d1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T06:36:46.199Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fd5016f-6344-4181-8feb-879dfbf6433a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:36:46.233Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c17c3e86-fa26-4426-a5c1-1093e53a317f from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:46.235Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.385Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:46.389Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar c17c3e86-fa26-4426-a5c1-1093e53a317f 71575
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar ASDC sendASDCNotification
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:46.391Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:46.392Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:46.393Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830206390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:36:46.493Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:46.494Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:46.494Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:46.509Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:46.510Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:36:47.393Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:36:47.394Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:47.395Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c17c3e86-fa26-4426-a5c1-1093e53a317f, URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar to file: /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.395Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.396Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.396Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.527Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14404828314517527415/Definitions/service-BasicOnboardDlbdcv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-03T06:36:48.732Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:36:48.732Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DlBdcv 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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52616ec4-5faf-490f-b2fb-7eb55cff63b9
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DlBdcv
Description:service
Model UUID:1fd5016f-6344-4181-8feb-879dfbf6433a
Model Version:NULL
Model InvariantUuid:3db4448b-3a5d-4d98-b7db-44e8abd76241
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DlBdcv
Model UUID:eafe662f-c582-454d-841b-67e80edc512d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3a29b08-9e75-4192-a65d-67f538dcc79f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ae1dbbf-58fb-4370-ae43-23d8296ede58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:584efd10-0063-41df-9bff-a6cc477f99e3
ModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
ModelUuid:9152a407-1b6c-4289-afb7-25af05e00f86
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52616ec4-5faf-490f-b2fb-7eb55cff63b9
ModelInvariantUuid:280d6345-d9d9-475d-a09c-0a02bbb78fb4
ModelName:basic_onboard_DlBdcv-nodes.ubuntu18Cvfc
ModelUuid:8a07b7f1-7d3c-450e-9a23-595b2080c239
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:21457d00-67ce-46f4-8a5e-4ceb11dd1af6
ModelInvariantUuid:b80a484c-8439-41b4-859b-ce2a25a76828
ModelName:BasicOnboardDlbdcv.compute.nodes.heat.ubuntu18
ModelUuid:85fa667d-7dca-4ef7-a808-28eddd891c49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:36:48.770Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a4fc212-d4b6-4058-a17a-cf949818468a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||basic_onboard_DlBdcv 0
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a4fc212-d4b6-4058-a17a-cf949818468a
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833 from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:48.773Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.838Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json 0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833 798
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json ASDC sendASDCNotification
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:48.841Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:48.841Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830208839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:36:48.941Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:48.942Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:48.942Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:48.956Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:48.956Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:49.842Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDlbdcv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "584efd10-0063-41df-9bff-a6cc477f99e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9152a407-1b6c-4289-afb7-25af05e00f86",
    "vfModuleModelCustomizationUUID": "3e4eecf8-675e-4fbc-b2ca-6e8d73083369",
    "isBase": true,
    "artifacts": [
      "b020c6b1-8147-43eb-98a2-39ba47d1e77a",
      "30b728cf-4510-49ce-93d5-b72f164605d1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:36:49.846Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9152a407-1b6c-4289-afb7-25af05e00f86
VfModuleModelInvariantUUID:584efd10-0063-41df-9bff-a6cc477f99e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b020c6b1-8147-43eb-98a2-39ba47d1e77a
,
30b728cf-4510-49ce-93d5-b72f164605d1

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

isBase:true


}

2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDlbdcv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "584efd10-0063-41df-9bff-a6cc477f99e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9152a407-1b6c-4289-afb7-25af05e00f86",
    "vfModuleModelCustomizationUUID": "3e4eecf8-675e-4fbc-b2ca-6e8d73083369",
    "isBase": true,
    "artifacts": [
      "b020c6b1-8147-43eb-98a2-39ba47d1e77a",
      "30b728cf-4510-49ce-93d5-b72f164605d1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9152a407-1b6c-4289-afb7-25af05e00f86
VfModuleModelInvariantUUID:584efd10-0063-41df-9bff-a6cc477f99e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b020c6b1-8147-43eb-98a2-39ba47d1e77a
,
30b728cf-4510-49ce-93d5-b72f164605d1

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

isBase:true


}

2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b020c6b1-8147-43eb-98a2-39ba47d1e77a from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:49.849Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml b020c6b1-8147-43eb-98a2-39ba47d1e77a 5033
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:49.994Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:49.994Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830209991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:36:50.094Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:50.096Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:50.097Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:50.109Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:50.110Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 30b728cf-4510-49ce-93d5-b72f164605d1 from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:51.094Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:51.094Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env 30b728cf-4510-49ce-93d5-b72f164605d1 909
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:51.098Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:51.098Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830211095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:36:51.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:51.199Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:51.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:51.213Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:51.214Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:52.099Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1fd5016f-6344-4181-8feb-879dfbf6433a
2022-07-03T06:36:52.099Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DlBdcv 0 9a4fc212-d4b6-4058-a17a-cf949818468a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:52.113Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74337868, org.onap.sdc.toscaparser.api.parameters.Input@54405de5, org.onap.sdc.toscaparser.api.parameters.Input@64dd5e7a, org.onap.sdc.toscaparser.api.parameters.Input@674357ae, org.onap.sdc.toscaparser.api.parameters.Input@8dc8316]
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9ae1dbbf-58fb-4370-ae43-23d8296ede58
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58 matches Tosca VF Customization UUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58
2022-07-03T06:36:52.116Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9ae1dbbf-58fb-4370-ae43-23d8296ede58: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d862034
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e4eecf8-675e-4fbc-b2ca-6e8d73083369
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e4eecf8-675e-4fbc-b2ca-6e8d73083369
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:36:52.121Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52616ec4-5faf-490f-b2fb-7eb55cff63b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=9ae1dbbf-58fb-4370-ae43-23d8296ede58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:52.127Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1fd5016f-6344-4181-8feb-879dfbf6433a: basic_onboard_DlBdcv
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:36:52.130Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.130Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_DlBdcv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DlBdcv 9a4fc212-d4b6-4058-a17a-cf949818468a 1 ASDC deployResourceStructure
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json ASDC sendASDCNotification
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:52.214Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:52.214Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:52.217Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:52.217Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830212213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:36:52.318Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:36:52.319Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:52.319Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:52.332Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:52.333Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:53.221Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:53.221Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830213219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:36:53.322Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:53.323Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:53.323Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:53.336Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:53.336Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:54.222Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:54.225Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:54.225Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830214222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:36:54.325Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:54.326Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:54.327Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:54.338Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:54.339Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar ASDC sendASDCNotification
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:55.227Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:55.229Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:55.229Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830215226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:36:55.329Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:55.330Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:55.330Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:55.350Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:36:55.350Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:36:56.230Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.243Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.246Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.254Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:37:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:25.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:37:25.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830194664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830206390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830208839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830209991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830211095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830212213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830213219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830214222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830215226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:26.255Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:37:26.262Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and serviceModelVersionId: 1fd5016f-6344-4181-8feb-879dfbf6433a
2022-07-03T06:37:26.262Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3db4448b-3a5d-4d98-b7db-44e8abd76241
2022-07-03T06:37:26.263Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0
2022-07-03T06:37:26.271Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:37:26.321Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-03T06:37:26.323Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|INFO|500||Invoke
2022-07-03T06:37:26.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:37:26.463Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|INFO|500||InvokeReturn
2022-07-03T06:37:26.463Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:37:26:720-84233], vertex-id=[360496], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:37:26 GMT], Content-Type=[application/json]}
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:37:26.469Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:37:26.471Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:37:26.471Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830246468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:37:26.571Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:37:26.572Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:37:26.573Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:26.590Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:37:26.591Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:37.033Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:37:37.034Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:37.034Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:37.035Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:46.578Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:37:46.579Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:46.580Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:46.580Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:56.134Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:05.736Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:38:25.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:38:25.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:38:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:38:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:38:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:25.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:38:25.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T06:38:25.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830246468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:38:25.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:38:34.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:39:25.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:39:25.018Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:39:25.018Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:39:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:39:25.027Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:39:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:39:34.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:39:34.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:40:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:40:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:40:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:40:34.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:40:34.579Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:41:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:41:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:41:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:41:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:41:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:41:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:41:34.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:41:34.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:42:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:42:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:42:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:42:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:42:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:42:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:42:34.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:42:34.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:43:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:43:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:43:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:43:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:43:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:43:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:43:34.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:43:34.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:44:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:44:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:44:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:44:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:44:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:44:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:44:34.589Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:44:34.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:45:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:45:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:45:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:45:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:45:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:45:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:45:34.592Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:45:34.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:46:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:46:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:46:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:46:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:30.335Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:30.335Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:46:30.336Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c382e251-83e4-4e44-a44a-5d5292053585","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b23d1d59-6d48-4247-b024-b7701894a9bf","serviceDescription":"service","serviceInvariantUUID":"c81eeee1-f2e6-48ad-986e-071219d73dca","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"503f3b1d-6ddd-4a07-8524-5b1d092a4a91","resourceInvariantUUID":"56359112-7d2d-40dd-a0f3-e6767bae87ce","resourceCustomizationUUID":"93135d4b-e8a9-4d0d-921e-668737c36a4f","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":"ZDc4Nzc4NTU4MDNmYmYzMjM1ZjdiMzM5YzMzODM2M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d620f04-7ba8-4798-a623-ea17205ad848","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f57b853a-1bc8-435f-93bb-b63873a6a1e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:46:30.341Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:46:30.341Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:30.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:30.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:46:30.445Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:46:30.446Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:30.446Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:30.463Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:30.464Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":4,"count":1}
2022-07-03T06:46:30.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:30.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:46:30.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:46:30.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:46:31.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:46:31.346Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:31.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:31.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:46:31.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:46:31.450Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:31.450Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:31.464Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:31.465Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:32.350Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b23d1d59-6d48-4247-b024-b7701894a9bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c81eeee1-f2e6-48ad-986e-071219d73dca",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "93135d4b-e8a9-4d0d-921e-668737c36a4f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "503f3b1d-6ddd-4a07-8524-5b1d092a4a91",
      "resourceInvariantUUID": "56359112-7d2d-40dd-a0f3-e6767bae87ce",
      "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": "ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f57b853a-1bc8-435f-93bb-b63873a6a1e4"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:46:32.351Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:46:32.351Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b23d1d59-6d48-4247-b024-b7701894a9bf ASDC
2022-07-03T06:46:32.352Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c382e251-83e4-4e44-a44a-5d5292053585
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b23d1d59-6d48-4247-b024-b7701894a9bf
ServiceInvariantUUID:c81eeee1-f2e6-48ad-986e-071219d73dca
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:f57b853a-1bc8-435f-93bb-b63873a6a1e4
ArtifactChecksum:ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:93135d4b-e8a9-4d0d-921e-668737c36a4f
ResourceInvariantUUID:56359112-7d2d-40dd-a0f3-e6767bae87ce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:503f3b1d-6ddd-4a07-8524-5b1d092a4a91
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-03T06:46:32.352Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b23d1d59-6d48-4247-b024-b7701894a9bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:46:32.382Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f57b853a-1bc8-435f-93bb-b63873a6a1e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.384Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:46:32.384Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f57b853a-1bc8-435f-93bb-b63873a6a1e4 52505
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:46:32.703Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:32.705Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:32.705Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830792702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:46:32.805Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:46:32.807Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:32.807Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:32.818Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:32.818Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:33.706Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:46:33.707Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:33.708Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f57b853a-1bc8-435f-93bb-b63873a6a1e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.708Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-03T06:46:33.709Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.709Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.871Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7840832766759206480/Definitions/service-BasicNetwork-template.yml
2022-07-03T06:46:34.439Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:46:34.440Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:46:34.440Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.447Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.447Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b23d1d59-6d48-4247-b024-b7701894a9bf
Model Version:NULL
Model InvariantUuid:c81eeee1-f2e6-48ad-986e-071219d73dca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:56359112-7d2d-40dd-a0f3-e6767bae87ce
Model UUID:5c975627-7f90-4cee-9bf1-5313815ce786
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:93135d4b-e8a9-4d0d-921e-668737c36a4f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:46:34.457Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 503f3b1d-6ddd-4a07-8524-5b1d092a4a91
2022-07-03T06:46:34.458Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||No resources found for Service: b23d1d59-6d48-4247-b024-b7701894a9bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:46:34.466Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||
2022-07-03T06:46:34.467Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-03T06:46:34.468Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:46:34.468Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:46:34.469Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-03T06:46:34.469Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:46:34.477Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@335cf9cc, org.onap.sdc.toscaparser.api.parameters.Input@2e69dc36, org.onap.sdc.toscaparser.api.parameters.Input@5ce404f5, org.onap.sdc.toscaparser.api.parameters.Input@4ac5e275, org.onap.sdc.toscaparser.api.parameters.Input@1e83e078]
2022-07-03T06:46:34.480Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.480Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.481Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.481Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b23d1d59-6d48-4247-b024-b7701894a9bf: Generic NeutronNet
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.483Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.483Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-03T06:46:34.546Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.546Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.547Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.547Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.548Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:46:34.548Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.549Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:46:34.627Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:34.629Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:34.629Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830794626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:46:34.736Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-03T06:46:34.737Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:34.737Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:34.758Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:46:34.759Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:35.630Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:46:35.645Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:47:05.648Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:05.659Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:47:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:47:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:47:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:47:25.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:47:25.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:47:25.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "cds",
  "timestamp": 1656830783853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:47:25.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:47:35.666Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:35.678Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:35.683Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:47:35.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:47:35.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:48:05.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:05.696Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:48:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:48:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:48:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:48:25.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:48:25.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:48:25.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "aai-ml",
  "timestamp": 1656830788359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:48:35.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:35.727Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:05.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:05.743Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:05.751Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:49:05.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:49:05.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:49:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:49:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:49:25.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:49:25.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "cds",
  "timestamp": 1656830783853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "aai-ml",
  "timestamp": 1656830788359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830792702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "cds",
  "timestamp": 1656830793576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "aai-ml",
  "timestamp": 1656830793170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "cds",
  "timestamp": 1656830794589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.080Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.080Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830793740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656830794626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830793740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "policy-id",
  "timestamp": 1656830797128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "aai-ml",
  "timestamp": 1656830797895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "policy-id",
  "timestamp": 1656830797128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "aai-ml",
  "timestamp": 1656830798900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "policy-id",
  "timestamp": 1656830799891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "policy-id",
  "timestamp": 1656830800899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "policy-id",
  "timestamp": 1656830801904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830802856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830802856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830805678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830807733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "clamp",
  "timestamp": 1656830807754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830808741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "clamp",
  "timestamp": 1656830807754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "clamp",
  "timestamp": 1656830821312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "clamp",
  "timestamp": 1656830822361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "clamp",
  "timestamp": 1656830823365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.145Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.146Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:35.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.781Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.789Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:50:05.789Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:50:05.796Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c382e251-83e4-4e44-a44a-5d5292053585 and serviceModelVersionId: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:50:05.796Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c81eeee1-f2e6-48ad-986e-071219d73dca
2022-07-03T06:50:05.798Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0
2022-07-03T06:50:05.805Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:50:05.860Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|INFO|500||Invoke
2022-07-03T06:50:05.861Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fb933ed-6805-41cf-9429-9c30e4d44036], X-ECOMP-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], X-TransactionId=[], X-ONAP-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], Content-Type=[application/merge-patch+json]}
2022-07-03T06:50:05.910Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:50:06.012Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?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/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:50:06:318-21956], vertex-id=[167944], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:50:06 GMT], Content-Type=[application/json]}
2022-07-03T06:50:06.012Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:50:06.013Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|INFO|500||InvokeReturn
2022-07-03T06:50:06.013Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:50:06.014Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:50:06.026Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c382e251-83e4-4e44-a44a-5d5292053585 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:06.030Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:06.030Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831006027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:50:06.130Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:06.131Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:06.131Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:06.149Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:06.150Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:50:07.042Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:50:07.043Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:50:07.043Z|c382e251-83e4-4e44-a44a-5d5292053585|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:11.488Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:11.490Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:50:11.490Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a23d02ae-506c-4262-ab88-2244d53b526a","serviceName":"Demo_pNF_G4P43NADMpKNjgLbJs8A","serviceVersion":"1.0","serviceUUID":"e282920b-1470-4632-8c3b-c5986751228c","serviceDescription":"catalog service description","serviceInvariantUUID":"d6567eee-6f13-48df-a557-6cc2b045bfd3","resources":[{"resourceInstanceName":"pNF 6ac2e640-b05e 0","resourceName":"pNF 6ac2e640-b05e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9eecd07c-9a22-4270-bea0-162f9e2d11c7","resourceInvariantUUID":"f535cd00-4a84-4bba-8638-1bf3dbeacfe9","resourceCustomizationUUID":"475da9e4-63df-4e30-ad60-9988529c6792","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml","artifactChecksum":"Njc5ZjcyMWNmMjZjMzI5ODA5MzJjZTE4M2Q1OGRiZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6fc42f4-20ad-4bf9-a0a4-2e3a0dc01b0c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar","artifactChecksum":"MDM3N2QxMGQwZTU0YjVjZWYyMGI1NjZjZmZmMWM4Yzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd88b3b1-800a-4287-b238-4a8d46b51e8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"986e369b-0c58-48af-bef2-c6a83dd1066f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzEyZjVmZWJjM2ZhZjZjMzQ3YzVlYjZiOTFmNmZhMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f2ba58ac-e219-47e1-8710-cff22222d891","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9247936c-e958-4d26-860a-92f109f392f0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4094afb3-6ed9-4049-bc43-60cec74df387","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG4p43nadmpknjglbjs8a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml","artifactChecksum":"ODY1MDk5ZmNkNWVjNjJjYThhODg1MWJmOGFiMmIyYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86b3826e-5ffb-4ee6-9e93-a898e26471ce","artifactVersion":"1"},{"artifactName":"service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar","artifactChecksum":"YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:50:11.493Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:11.493Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:11.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:11.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:11.596Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:11.597Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:11.597Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:11.613Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:11.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:12.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:12.497Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:12.499Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:12.499Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:12.600Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T06:50:12.601Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:12.602Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:12.616Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:12.616Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:13.500Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:13.501Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:13.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:13.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:13.604Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:13.605Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:13.605Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:13.618Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:13.618Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:14.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:14.505Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:14.507Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:14.508Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:14.608Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:14.609Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:14.609Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:14.626Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:14.626Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:15.508Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:15.510Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:15.512Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:15.512Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:15.613Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:15.614Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:15.614Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:15.629Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:15.630Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:16.513Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:16.514Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:16.515Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:16.516Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:16.616Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:16.617Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:16.617Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:16.633Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:16.633Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:17.516Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:17.518Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:17.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:17.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:17.620Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:17.621Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:17.622Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:17.636Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:17.636Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:18.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:18.521Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:18.523Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:18.523Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:18.624Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:18.625Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:18.625Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:18.638Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:18.639Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "serviceName": "Demo_pNF_G4P43NADMpKNjgLbJs8A",
  "serviceVersion": "1.0",
  "serviceUUID": "e282920b-1470-4632-8c3b-c5986751228c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d6567eee-6f13-48df-a557-6cc2b045bfd3",
  "resources": [
    {
      "resourceInstanceName": "pNF 6ac2e640-b05e 0",
      "resourceCustomizationUUID": "475da9e4-63df-4e30-ad60-9988529c6792",
      "resourceName": "pNF 6ac2e640-b05e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9eecd07c-9a22-4270-bea0-162f9e2d11c7",
      "resourceInvariantUUID": "f535cd00-4a84-4bba-8638-1bf3dbeacfe9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
      "artifactChecksum": "YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e282920b-1470-4632-8c3b-c5986751228c ASDC
2022-07-03T06:50:19.526Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a23d02ae-506c-4262-ab88-2244d53b526a
ServiceName:Demo_pNF_G4P43NADMpKNjgLbJs8A
ServiceVersion:1.0
ServiceUUID:e282920b-1470-4632-8c3b-c5986751228c
ServiceInvariantUUID:d6567eee-6f13-48df-a557-6cc2b045bfd3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
ArtifactUUID:72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc
ArtifactChecksum:YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ac2e640-b05e 0
ResourceCustomizationUUID:475da9e4-63df-4e30-ad60-9988529c6792
ResourceInvariantUUID:f535cd00-4a84-4bba-8638-1bf3dbeacfe9
ResourceName:pNF 6ac2e640-b05e
ResourceType:PNF
ResourceUUID:9eecd07c-9a22-4270-bea0-162f9e2d11c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-03T06:50:19.526Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e282920b-1470-4632-8c3b-c5986751228c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:19.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc from URL: /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.636Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:50:19.640Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc 82663
2022-07-03T06:50:19.641Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar ASDC sendASDCNotification
2022-07-03T06:50:19.641Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.642Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:50:19.642Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:19.644Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:19.645Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831019640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:19.745Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:19.746Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:19.746Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:19.759Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:19.760Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:20.645Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:50:20.646Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:20.646Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc, URL: /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar to file: /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.647Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.647Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.648Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.817Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10005745309960945784/Definitions/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml
2022-07-03T06:50:21.551Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:50:21.551Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ac2e640-b05e 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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Node template pNF 6ac2e640-b05e 0 is matching search criteria
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6ac2e640-b05e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Node template pNF 6ac2e640-b05e 0 is matching search criteria
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6ac2e640-b05e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_G4P43NADMpKNjgLbJs8A
Description:catalog service description
Model UUID:e282920b-1470-4632-8c3b-c5986751228c
Model Version:NULL
Model InvariantUuid:d6567eee-6f13-48df-a557-6cc2b045bfd3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:50:21.566Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9eecd07c-9a22-4270-bea0-162f9e2d11c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:50:21.569Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||pNF 6ac2e640-b05e 0
2022-07-03T06:50:21.569Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9eecd07c-9a22-4270-bea0-162f9e2d11c7
2022-07-03T06:50:21.569Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e282920b-1470-4632-8c3b-c5986751228c
2022-07-03T06:50:21.569Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e282920b-1470-4632-8c3b-c5986751228c
2022-07-03T06:50:21.570Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ac2e640-b05e 0 9eecd07c-9a22-4270-bea0-162f9e2d11c7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:50:21.574Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6352faca, org.onap.sdc.toscaparser.api.parameters.Input@6988e36b, org.onap.sdc.toscaparser.api.parameters.Input@5a225bba, org.onap.sdc.toscaparser.api.parameters.Input@151b683c, org.onap.sdc.toscaparser.api.parameters.Input@61eb54ff]
2022-07-03T06:50:21.574Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.574Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.575Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e282920b-1470-4632-8c3b-c5986751228c: pNF 6ac2e640-b05e
2022-07-03T06:50:21.575Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9eecd07c-9a22-4270-bea0-162f9e2d11c7
2022-07-03T06:50:21.575Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:50:21.575Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.575Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Resource customization UUID: 475da9e4-63df-4e30-ad60-9988529c6792 is the same as notified resource customizationUUID: 475da9e4-63df-4e30-ad60-9988529c6792
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-03T06:50:21.650Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ac2e640-b05e 9eecd07c-9a22-4270-bea0-162f9e2d11c7 0 ASDC deployResourceStructure
2022-07-03T06:50:21.651Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar ASDC sendASDCNotification
2022-07-03T06:50:21.651Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.651Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:50:21.652Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:21.654Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:21.655Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831021651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:21.755Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:21.756Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:21.756Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:21.780Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:21.781Z||pool-49-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:22.655Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23d02ae-506c-4262-ab88-2244d53b526a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:50:22.670Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23d02ae-506c-4262-ab88-2244d53b526a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:50:22.672Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:50:22.672Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:50:22.672Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:50:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:50:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:50:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:25.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:50:25.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830847803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830848359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830843852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830860144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830860548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830861038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830853740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "cds",
  "timestamp": 1656830862048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.148Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830861314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830862318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.165Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.166Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830857128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830865918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830865591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830866925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "aai-ml",
  "timestamp": 1656830866597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.184Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "policy-id",
  "timestamp": 1656830867929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830862856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830871701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830874039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830875045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.213Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.213Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830867753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830867803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830873740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830873852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830884686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830885341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830877129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830885766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "cds",
  "timestamp": 1656830886361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.255Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:50:25.255Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830886344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830886885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830886831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830878359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830887891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830887891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830888116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830888354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "policy-id",
  "timestamp": 1656830888895,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:50:25.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830888961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:50:25.287Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:50:25.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "clamp",
  "timestamp": 1656830889428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a23d02ae-506c-4262-ab88-2244d53b526a
2022-07-03T06:50:25.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23d02ae-506c-4262-ab88-2244d53b526a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830889968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656830887803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830888852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830895281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830896774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "aai-ml",
  "timestamp": 1656830896287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.316Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:50:25.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "cds",
  "timestamp": 1656830897804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:50:25.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:25.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830893740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830901511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830902609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830902738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:50:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830903666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830904887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:50:25.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:50:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:50:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830904691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:25.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:50:25.368Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:52.672Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23d02ae-506c-4262-ab88-2244d53b526a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:50:52.685Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23d02ae-506c-4262-ab88-2244d53b526a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:50:52.688Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:50:52.688Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:50:52.688Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:50:52.688Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:50:52.688Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:50:52.689Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:50:52.694Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:51:22.694Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a23d02ae-506c-4262-ab88-2244d53b526a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:51:22.702Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a23d02ae-506c-4262-ab88-2244d53b526a and serviceModelVersionId: e282920b-1470-4632-8c3b-c5986751228c
2022-07-03T06:51:22.702Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6567eee-6f13-48df-a557-6cc2b045bfd3
2022-07-03T06:51:22.703Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0
2022-07-03T06:51:22.708Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:51:22.756Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0|INFO|500||Invoke
2022-07-03T06:51:22.756Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a23d02ae-506c-4262-ab88-2244d53b526a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5e329d7-803b-4fad-a773-ae6561bd6b57], X-ECOMP-RequestID=[a23d02ae-506c-4262-ab88-2244d53b526a], X-TransactionId=[], X-ONAP-RequestID=[a23d02ae-506c-4262-ab88-2244d53b526a], Content-Type=[application/merge-patch+json]}
2022-07-03T06:51:22.780Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:51:22.882Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?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/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220703-06:51:23:191-3393], vertex-id=[217152], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:51:23 GMT], Content-Type=[application/json]}
2022-07-03T06:51:22.882Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:51:22.883Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6567eee-6f13-48df-a557-6cc2b045bfd3/model-vers/model-ver/e282920b-1470-4632-8c3b-c5986751228c?depth=0|INFO|500||InvokeReturn
2022-07-03T06:51:22.883Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:51:22.884Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:51:22.891Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:51:22.891Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a23d02ae-506c-4262-ab88-2244d53b526a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:51:22.891Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:51:22.892Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:22.894Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:22.894Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831082891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:51:22.994Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:22.995Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:22.996Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:23.020Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:23.021Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:51:23.909Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:51:23.909Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f387fe77-0a92-407e-b14c-ed3cdc847925","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c551a14b-364b-4a0a-90e1-1532d326e7c1","serviceDescription":"service","serviceInvariantUUID":"e7261923-0d66-4765-af4c-f08e2366cd3a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c25d94f-6154-44b8-b04e-3c4afd0acc87","resourceInvariantUUID":"166c6509-29db-442a-b788-1385a905ed84","resourceCustomizationUUID":"95042748-4fa8-4c41-b579-42facf73c752","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":"NTU0MDAxMGY1Y2EwZDdmY2UwZDZiZThmM2YyNGFiNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4d84154-a8e5-48ee-a45e-34057cd93859","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":"2c4d69a3-ffef-4a66-9c68-7af4f358d576","artifactVersion":"2","generatedFromUUID":"4212baf8-8749-4a0b-9905-e7edabf03264"},{"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":"4212baf8-8749-4a0b-9905-e7edabf03264","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":"NGEzNWI3YWE2MWFmMWEyZTlkZTAxOGM2OWRiYWMzZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4961c631-f88c-4195-84a1-3699da3da16c","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":"85e71208-63c8-4f97-90cf-fef3992b0689","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":"6b12caa1-be72-4dba-8895-446e244ac4d0","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":"783d5aae-d694-4e72-be9d-fe05dbc3ec9b","artifactVersion":"2","generatedFromUUID":"85e71208-63c8-4f97-90cf-fef3992b0689"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTQ3ZWZhMmYzZjA5YzQ5MThiZWJiOTNiYTEwMGM5NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49e9081b-0b51-488c-a742-e460585e3ac8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzc5OTk4ZTgyMTBmYmI5NmRhN2JjMTEwM2E5NzU1YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87dca07d-9d19-4803-abb9-4d79471f22b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:51:23.910Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:23.910Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:23.912Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:23.912Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:24.012Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:24.013Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:24.013Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:24.025Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:24.026Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:24.913Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:24.914Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:24.915Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:24.916Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.016Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:25.017Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:25.017Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:51:25.027Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:51:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:25.032Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:25.033Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:25.049Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:25.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830905905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830905481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656830905694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "policy-id",
  "timestamp": 1656830906909,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.061Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:51:25.061Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:51:25.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830906486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:51:25.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:25.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830913351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830914659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830908359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830915364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830916116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:25.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "clamp",
  "timestamp": 1656830916368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f387fe77-0a92-407e-b14c-ed3cdc847925
2022-07-03T06:51:25.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f387fe77-0a92-407e-b14c-ed3cdc847925 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:25.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830917398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656830918406,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.110Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:51:25.110Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:25.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:25.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830897753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830923783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "aai-ml",
  "timestamp": 1656830924788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:51:25.125Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830932379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:25.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830934373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:25.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:51:25.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:51:25.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "clamp",
  "timestamp": 1656830935377,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:25.139Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
2022-07-03T06:51:25.139Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:25.916Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:25.917Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:25.919Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:25.919Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T06:51:26.020Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:26.021Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:26.021Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:26.034Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:26.035Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:26.920Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:26.921Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:26.923Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:26.924Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:51:27.024Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:27.025Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:27.025Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:27.038Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:27.038Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:27.924Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:27.925Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:27.927Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:27.927Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:51:28.027Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:28.028Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:28.028Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:28.041Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:28.042Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:28.927Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:28.928Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:28.930Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:28.930Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:29.030Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:29.031Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:29.031Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:29.044Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:29.044Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:29.931Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:29.932Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:29.934Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:29.934Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T06:51:30.034Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:30.035Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:30.035Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:30.050Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:30.050Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:30.935Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:30.936Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:30.938Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:30.938Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:51:31.038Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:31.039Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:31.039Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:31.052Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:31.053Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:51:31.938Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:51:31.939Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:31.941Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:31.941Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:51:32.042Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:51:32.042Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:32.043Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:32.056Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:32.056Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:51:32.943Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c551a14b-364b-4a0a-90e1-1532d326e7c1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e7261923-0d66-4765-af4c-f08e2366cd3a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "95042748-4fa8-4c41-b579-42facf73c752",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9c25d94f-6154-44b8-b04e-3c4afd0acc87",
      "resourceInvariantUUID": "166c6509-29db-442a-b788-1385a905ed84",
      "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": "2c4d69a3-ffef-4a66-9c68-7af4f358d576",
          "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": "4212baf8-8749-4a0b-9905-e7edabf03264",
          "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": "NGEzNWI3YWE2MWFmMWEyZTlkZTAxOGM2OWRiYWMzZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4961c631-f88c-4195-84a1-3699da3da16c",
          "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": "85e71208-63c8-4f97-90cf-fef3992b0689",
          "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": "783d5aae-d694-4e72-be9d-fe05dbc3ec9b",
            "generatedFromUUID": "85e71208-63c8-4f97-90cf-fef3992b0689"
          },
          "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": "783d5aae-d694-4e72-be9d-fe05dbc3ec9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yzc5OTk4ZTgyMTBmYmI5NmRhN2JjMTEwM2E5NzU1YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87dca07d-9d19-4803-abb9-4d79471f22b7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:51:32.944Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:51:32.945Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c551a14b-364b-4a0a-90e1-1532d326e7c1 ASDC
2022-07-03T06:51:32.945Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f387fe77-0a92-407e-b14c-ed3cdc847925
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c551a14b-364b-4a0a-90e1-1532d326e7c1
ServiceInvariantUUID:e7261923-0d66-4765-af4c-f08e2366cd3a
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:87dca07d-9d19-4803-abb9-4d79471f22b7
ArtifactChecksum:Yzc5OTk4ZTgyMTBmYmI5NmRhN2JjMTEwM2E5NzU1YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:95042748-4fa8-4c41-b579-42facf73c752
ResourceInvariantUUID:166c6509-29db-442a-b788-1385a905ed84
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9c25d94f-6154-44b8-b04e-3c4afd0acc87
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:2c4d69a3-ffef-4a66-9c68-7af4f358d576
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:4212baf8-8749-4a0b-9905-e7edabf03264
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:4961c631-f88c-4195-84a1-3699da3da16c
ArtifactChecksum:NGEzNWI3YWE2MWFmMWEyZTlkZTAxOGM2OWRiYWMzZDQ=
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:85e71208-63c8-4f97-90cf-fef3992b0689
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:783d5aae-d694-4e72-be9d-fe05dbc3ec9b
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:783d5aae-d694-4e72-be9d-fe05dbc3ec9b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T06:51:32.947Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c551a14b-364b-4a0a-90e1-1532d326e7c1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:51:32.981Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:51:32.982Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:51:32.982Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:51:32.982Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87dca07d-9d19-4803-abb9-4d79471f22b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T06:51:32.982Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:32.982Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T06:51:33.128Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:33.131Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 87dca07d-9d19-4803-abb9-4d79471f22b7 68964
2022-07-03T06:51:33.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-03T06:51:33.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T06:51:33.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:33.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:33.134Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:33.134Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:33.236Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:33.237Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:33.237Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:33.250Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:33.250Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:34.135Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:51:34.136Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:51:34.136Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 87dca07d-9d19-4803-abb9-4d79471f22b7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:34.137Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-03T06:51:34.137Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:34.137Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:34.290Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3891210460681559573/Definitions/service-BasicCnf-template.yml
2022-07-03T06:51:35.333Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:51:35.334Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:51:35.334Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:35.334Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:51:35.335Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.336Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.336Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:35.336Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:51:35.336Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:51:35.337Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.337Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.337Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:35.337Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:51:35.338Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:51:35.338Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.338Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.338Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.339Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T06:51:35.339Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-03T06:51:35.339Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-03T06:51:35.339Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:51:35.339Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.340Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:51:35.340Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.340Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:35.340Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:35.341Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.341Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:35.341Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:35.341Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.342Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:35.342Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:35.342Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.342Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T06:51:35.342Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-03T06:51:35.343Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c59a8d2c-bf96-4070-9b1d-80980bc81021
2022-07-03T06:51:35.343Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.343Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.343Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.343Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.344Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.344Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.344Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:35.344Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:35.344Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c551a14b-364b-4a0a-90e1-1532d326e7c1
Model Version:NULL
Model InvariantUuid:e7261923-0d66-4765-af4c-f08e2366cd3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2e528960-772b-4d2b-96f9-c29b705c83f5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:166c6509-29db-442a-b788-1385a905ed84
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95042748-4fa8-4c41-b579-42facf73c752
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ea46103-6680-4203-9d5c-a8f857b43153
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f6471e51-9492-40d5-8a42-3777fa64be79
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c59a8d2c-bf96-4070-9b1d-80980bc81021
ModelInvariantUuid:e7dd0370-11f4-4ffe-b2ac-0bd72eabca5d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:deae19f2-3e9c-4afc-a57e-29983a64e16a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6d6dfb1a-4402-4045-8bbc-fd7488d7674d
ModelInvariantUuid:0abfda8e-b224-4566-9aef-55581928eeec
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:50f1b9c4-a18f-4ea5-951e-eb45b27136b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:51:35.353Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c25d94f-6154-44b8-b04e-3c4afd0acc87
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:51:35.357Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-07-03T06:51:35.357Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c25d94f-6154-44b8-b04e-3c4afd0acc87
2022-07-03T06:51:35.357Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c4d69a3-ffef-4a66-9c68-7af4f358d576 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-03T06:51:35.357Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:35.358Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-03T06:51:35.411Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:35.412Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2c4d69a3-ffef-4a66-9c68-7af4f358d576 12
2022-07-03T06:51:35.412Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-03T06:51:35.412Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-03T06:51:35.413Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:35.413Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:35.415Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:35.415Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831095412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:35.515Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:35.516Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:35.516Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:35.528Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:35.528Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:36.416Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4212baf8-8749-4a0b-9905-e7edabf03264 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-03T06:51:36.416Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:36.417Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-03T06:51:36.491Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:36.491Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4212baf8-8749-4a0b-9905-e7edabf03264 2688
2022-07-03T06:51:36.492Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-03T06:51:36.492Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-03T06:51:36.492Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:36.493Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:36.495Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:36.495Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831096492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:36.595Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:36.596Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:36.596Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:36.608Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:36.608Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:37.497Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4961c631-f88c-4195-84a1-3699da3da16c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-03T06:51:37.497Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:37.498Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-03T06:51:37.549Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:37.550Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4961c631-f88c-4195-84a1-3699da3da16c 828
2022-07-03T06:51:37.550Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-03T06:51:37.550Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-03T06:51:37.551Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:37.551Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:37.553Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:37.554Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831097550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:37.654Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:37.655Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:37.655Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:37.669Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:37.670Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:51:38.554Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ea46103-6680-4203-9d5c-a8f857b43153",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6471e51-9492-40d5-8a42-3777fa64be79",
    "vfModuleModelCustomizationUUID": "731ac0ba-de54-436d-bc64-11c003c4fdce",
    "isBase": true,
    "artifacts": [
      "85e71208-63c8-4f97-90cf-fef3992b0689",
      "4212baf8-8749-4a0b-9905-e7edabf03264",
      "783d5aae-d694-4e72-be9d-fe05dbc3ec9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:51:38.559Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6471e51-9492-40d5-8a42-3777fa64be79
VfModuleModelInvariantUUID:0ea46103-6680-4203-9d5c-a8f857b43153
VfModuleModelDescription:NULL
Artifacts UUID List:{
85e71208-63c8-4f97-90cf-fef3992b0689
,
4212baf8-8749-4a0b-9905-e7edabf03264
,
783d5aae-d694-4e72-be9d-fe05dbc3ec9b

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

isBase:true


}

2022-07-03T06:51:38.561Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ea46103-6680-4203-9d5c-a8f857b43153",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6471e51-9492-40d5-8a42-3777fa64be79",
    "vfModuleModelCustomizationUUID": "731ac0ba-de54-436d-bc64-11c003c4fdce",
    "isBase": true,
    "artifacts": [
      "85e71208-63c8-4f97-90cf-fef3992b0689",
      "4212baf8-8749-4a0b-9905-e7edabf03264",
      "783d5aae-d694-4e72-be9d-fe05dbc3ec9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:51:38.561Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6471e51-9492-40d5-8a42-3777fa64be79
VfModuleModelInvariantUUID:0ea46103-6680-4203-9d5c-a8f857b43153
VfModuleModelDescription:NULL
Artifacts UUID List:{
85e71208-63c8-4f97-90cf-fef3992b0689
,
4212baf8-8749-4a0b-9905-e7edabf03264
,
783d5aae-d694-4e72-be9d-fe05dbc3ec9b

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

isBase:true


}

2022-07-03T06:51:38.561Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 85e71208-63c8-4f97-90cf-fef3992b0689 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-03T06:51:38.561Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:38.562Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-03T06:51:38.617Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:38.618Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 85e71208-63c8-4f97-90cf-fef3992b0689 1164
2022-07-03T06:51:38.618Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-03T06:51:38.618Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-03T06:51:38.618Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:38.618Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:38.620Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:38.620Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831098618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:38.721Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:38.721Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:38.722Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:38.735Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:38.736Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:39.621Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 783d5aae-d694-4e72-be9d-fe05dbc3ec9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-03T06:51:39.622Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:51:39.622Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-03T06:51:39.671Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:51:39.672Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 783d5aae-d694-4e72-be9d-fe05dbc3ec9b 200
2022-07-03T06:51:39.672Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-03T06:51:39.672Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-03T06:51:39.672Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:51:39.672Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:39.674Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:39.674Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831099672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:51:39.774Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:39.775Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:39.776Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:39.791Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:39.791Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:40.675Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c551a14b-364b-4a0a-90e1-1532d326e7c1
2022-07-03T06:51:40.675Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9c25d94f-6154-44b8-b04e-3c4afd0acc87 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-07-03T06:51:40.689Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:51:40.701Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b8f3a45, org.onap.sdc.toscaparser.api.parameters.Input@72e2a9db, org.onap.sdc.toscaparser.api.parameters.Input@28a17fa7, org.onap.sdc.toscaparser.api.parameters.Input@3e536138, org.onap.sdc.toscaparser.api.parameters.Input@5cec29a5]
2022-07-03T06:51:40.703Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.703Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.704Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T06:51:40.704Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 95042748-4fa8-4c41-b579-42facf73c752
2022-07-03T06:51:40.704Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95042748-4fa8-4c41-b579-42facf73c752 matches Tosca VF Customization UUID: 95042748-4fa8-4c41-b579-42facf73c752
2022-07-03T06:51:40.704Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 95042748-4fa8-4c41-b579-42facf73c752  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:51:40.706Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.706Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.707Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 95042748-4fa8-4c41-b579-42facf73c752: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-03T06:51:40.707Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3da70b84
2022-07-03T06:51:40.707Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.707Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:51:40.708Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 731ac0ba-de54-436d-bc64-11c003c4fdce
2022-07-03T06:51:40.708Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 731ac0ba-de54-436d-bc64-11c003c4fdce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:51:40.710Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.710Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:40.710Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:40.710Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-03T06:51:40.711Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c59a8d2c-bf96-4070-9b1d-80980bc81021
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T06:51:40.714Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=95042748-4fa8-4c41-b579-42facf73c752
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:51:40.716Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.716Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.716Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c551a14b-364b-4a0a-90e1-1532d326e7c1: basic_cnf
2022-07-03T06:51:40.716Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.717Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.718Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.718Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:51:40.718Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:51:40.718Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:51:40.808Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9c25d94f-6154-44b8-b04e-3c4afd0acc87 1 ASDC deployResourceStructure
2022-07-03T06:51:40.808Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-03T06:51:40.809Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-07-03T06:51:40.809Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T06:51:40.809Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:40.811Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:40.811Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831100808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T06:51:40.911Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:40.912Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:40.912Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:40.926Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:40.926Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:51:41.812Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-03T06:51:41.812Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-03T06:51:41.812Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T06:51:41.813Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:41.814Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:41.814Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831101812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T06:51:41.914Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:51:41.915Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:41.916Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:41.932Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:41.932Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:42.815Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-03T06:51:42.816Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-03T06:51:42.816Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:51:42.816Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:42.818Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:42.818Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831102815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:42.918Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:42.919Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:42.919Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:42.932Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:42.932Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:51:43.819Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-03T06:51:43.820Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-03T06:51:43.820Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:51:43.820Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:43.822Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:43.822Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831103819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:43.922Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:51:43.923Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:43.924Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:43.937Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:43.938Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:44.823Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-03T06:51:44.824Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-03T06:51:44.824Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:51:44.824Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:44.826Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:44.826Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831104823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:44.927Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:44.927Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:44.928Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:44.945Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:44.945Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:45.827Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-03T06:51:45.829Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T06:51:45.830Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:51:45.830Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:51:45.833Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:51:45.833Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831105827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:51:45.933Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:51:45.934Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:51:45.934Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:51:45.949Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:51:45.949Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:51:46.834Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f387fe77-0a92-407e-b14c-ed3cdc847925
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:51:46.847Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f387fe77-0a92-407e-b14c-ed3cdc847925
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:51:46.849Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:51:46.849Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:51:46.849Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:51:46.849Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:51:46.850Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:51:46.855Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:52:16.856Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f387fe77-0a92-407e-b14c-ed3cdc847925 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:52:16.864Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f387fe77-0a92-407e-b14c-ed3cdc847925 and serviceModelVersionId: c551a14b-364b-4a0a-90e1-1532d326e7c1
2022-07-03T06:52:16.865Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7261923-0d66-4765-af4c-f08e2366cd3a
2022-07-03T06:52:16.866Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0
2022-07-03T06:52:16.873Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:52:16.924Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0|INFO|500||Invoke
2022-07-03T06:52:16.925Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f387fe77-0a92-407e-b14c-ed3cdc847925], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e9f3842-1c18-458f-862e-fcb96bcb2173], X-ECOMP-RequestID=[f387fe77-0a92-407e-b14c-ed3cdc847925], X-TransactionId=[], X-ONAP-RequestID=[f387fe77-0a92-407e-b14c-ed3cdc847925], Content-Type=[application/merge-patch+json]}
2022-07-03T06:52:16.947Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:52:17.131Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?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/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:52:17:362-51869], vertex-id=[221288], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:52:17 GMT], Content-Type=[application/json]}
2022-07-03T06:52:17.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:52:17.132Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7261923-0d66-4765-af4c-f08e2366cd3a/model-vers/model-ver/c551a14b-364b-4a0a-90e1-1532d326e7c1?depth=0|INFO|500||InvokeReturn
2022-07-03T06:52:17.133Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:52:17.134Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:52:17.141Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:52:17.141Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f387fe77-0a92-407e-b14c-ed3cdc847925 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:52:17.142Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:52:17.142Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:17.145Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:17.145Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831137141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:52:17.246Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:52:17.247Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:17.247Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:17.264Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:17.265Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:52:18.157Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:52:18.158Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"821ea7f8-6f03-415e-bf96-94d4ba5bcbea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0680e5ff-2b69-4423-8a3a-d63abf923841","serviceDescription":"service","serviceInvariantUUID":"df121d16-e3db-4cdf-b73d-b6875b31c04e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1b13363-4b24-4b57-81af-1f8f5c53ed36","resourceInvariantUUID":"18090ab7-cdda-486f-a200-5b042c13ce3f","resourceCustomizationUUID":"5574d18e-c31d-404e-b910-d7e021b4a85d","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":"OWNhMTI1NGQxYzdkZjYxMmU5YjI3ZDA3YTdjMjU0YjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4224e64f-b130-42e8-8b4a-243831a32790","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":"YTM3MTBkNzEyM2ZmYjdhMzlkNWNlNTZiMzUyYTI4MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03282a6a-bb16-4623-9fb6-a61bc64667a6","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":"84e6a04d-620c-46b7-9729-8e1bed1a465b","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":"f35ee37e-1676-4398-aa6f-af047b7c0fd6","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":"e115fe1b-dab8-4c45-8040-e96ee1ab4a55","artifactVersion":"2","generatedFromUUID":"84e6a04d-620c-46b7-9729-8e1bed1a465b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmNlNTM0NDg0YWIxMmEzNzk3NDIzNzZiNTZhOTExNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f31a0a1b-3f31-4f23-849d-9d810bb3e42f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjNkMjNjNzUyMWNkYjI5MDI2M2FkYTNmZTMyOGU5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f6a4159-5bb6-4c44-83ba-27d320c87d4e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:52:18.158Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:18.158Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:18.160Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:18.160Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:18.261Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:18.261Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:18.262Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:18.275Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:18.275Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:19.161Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:19.162Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:19.165Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:19.166Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:52:19.264Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-03T06:52:19.265Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:19.265Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:19.278Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:19.279Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:20.166Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:20.168Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:20.170Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:20.170Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:52:20.270Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:52:20.271Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:20.272Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:20.286Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:20.287Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:52:21.171Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:21.172Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:21.174Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:21.174Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:21.274Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:52:21.275Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:21.275Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:21.289Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:21.290Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:22.175Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:22.176Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:22.178Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:22.178Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T06:52:22.278Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:22.280Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:22.280Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:22.294Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:22.294Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:23.179Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:23.179Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:23.181Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:23.182Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:23.282Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:23.283Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:23.283Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:23.296Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:23.297Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:24.182Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:52:24.184Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:24.186Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:24.186Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:52:24.286Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:52:24.287Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:24.287Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:24.299Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:24.300Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:52:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:52:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:52:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:25.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:25.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831006027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:52:25.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:52:25.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:52:25.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831019640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:52:25.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:52:25.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:52:25.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831021651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:52:25.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:52:25.188Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0680e5ff-2b69-4423-8a3a-d63abf923841",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df121d16-e3db-4cdf-b73d-b6875b31c04e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5574d18e-c31d-404e-b910-d7e021b4a85d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1b13363-4b24-4b57-81af-1f8f5c53ed36",
      "resourceInvariantUUID": "18090ab7-cdda-486f-a200-5b042c13ce3f",
      "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": "YTM3MTBkNzEyM2ZmYjdhMzlkNWNlNTZiMzUyYTI4MGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03282a6a-bb16-4623-9fb6-a61bc64667a6",
          "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": "84e6a04d-620c-46b7-9729-8e1bed1a465b",
          "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": "e115fe1b-dab8-4c45-8040-e96ee1ab4a55",
            "generatedFromUUID": "84e6a04d-620c-46b7-9729-8e1bed1a465b"
          },
          "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": "e115fe1b-dab8-4c45-8040-e96ee1ab4a55",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjNkMjNjNzUyMWNkYjI5MDI2M2FkYTNmZTMyOGU5MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9f6a4159-5bb6-4c44-83ba-27d320c87d4e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T06:52:25.188Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:52:25.188Z|f387fe77-0a92-407e-b14c-ed3cdc847925|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0680e5ff-2b69-4423-8a3a-d63abf923841 ASDC
2022-07-03T06:52:25.189Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:821ea7f8-6f03-415e-bf96-94d4ba5bcbea
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0680e5ff-2b69-4423-8a3a-d63abf923841
ServiceInvariantUUID:df121d16-e3db-4cdf-b73d-b6875b31c04e
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:9f6a4159-5bb6-4c44-83ba-27d320c87d4e
ArtifactChecksum:YjNkMjNjNzUyMWNkYjI5MDI2M2FkYTNmZTMyOGU5MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5574d18e-c31d-404e-b910-d7e021b4a85d
ResourceInvariantUUID:18090ab7-cdda-486f-a200-5b042c13ce3f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f1b13363-4b24-4b57-81af-1f8f5c53ed36
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:03282a6a-bb16-4623-9fb6-a61bc64667a6
ArtifactChecksum:YTM3MTBkNzEyM2ZmYjdhMzlkNWNlNTZiMzUyYTI4MGU=
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:84e6a04d-620c-46b7-9729-8e1bed1a465b
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:e115fe1b-dab8-4c45-8040-e96ee1ab4a55
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:e115fe1b-dab8-4c45-8040-e96ee1ab4a55
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T06:52:25.189Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0680e5ff-2b69-4423-8a3a-d63abf923841 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:52:25.223Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:52:25.224Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:52:25.224Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:52:25.224Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f6a4159-5bb6-4c44-83ba-27d320c87d4e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T06:52:25.224Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:52:25.224Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T06:52:25.372Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:52:25.375Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9f6a4159-5bb6-4c44-83ba-27d320c87d4e 71055
2022-07-03T06:52:25.376Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-03T06:52:25.376Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T06:52:25.376Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:52:25.376Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:25.378Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:25.378Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831145376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:52:25.478Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:25.479Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:25.479Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:25.492Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:25.493Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:26.379Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:52:26.380Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:52:26.380Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9f6a4159-5bb6-4c44-83ba-27d320c87d4e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:26.381Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-03T06:52:26.381Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:26.381Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:26.612Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17402346483392342626/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-03T06:52:27.854Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:52:27.854Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.855Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:52:27.856Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.857Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.857Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:27.857Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:52:27.857Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:52:27.858Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.858Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.858Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:27.858Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:52:27.858Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:52:27.859Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.859Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.859Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.859Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T06:52:27.859Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-03T06:52:27.860Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-03T06:52:27.860Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-03T06:52:27.860Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T06:52:27.860Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:52:27.860Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.861Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:52:27.861Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.861Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:27.861Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:27.862Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.862Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:27.862Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:27.862Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.862Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:27.863Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:27.863Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.863Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T06:52:27.863Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T06:52:27.863Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T06:52:27.864Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3b3a1f4c-cb2f-4887-be0e-68b6d85b2699
2022-07-03T06:52:27.864Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.864Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.864Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.865Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.865Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.865Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.865Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:27.865Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:27.866Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0680e5ff-2b69-4423-8a3a-d63abf923841
Model Version:NULL
Model InvariantUuid:df121d16-e3db-4cdf-b73d-b6875b31c04e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3b0fd6b5-9b6f-470f-9a01-393984583086
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18090ab7-cdda-486f-a200-5b042c13ce3f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5574d18e-c31d-404e-b910-d7e021b4a85d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd4e635e-1941-48bf-84f2-6aec1ea7f4b9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:22539f5a-d475-47a8-974f-eeee95074f32
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3b3a1f4c-cb2f-4887-be0e-68b6d85b2699
ModelInvariantUuid:d5010bf0-0a91-47bd-be63-6f6fd811a5e1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9868a82a-105b-48c3-a3e9-c1f8687bc6cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:85969c99-a438-4b4e-a8a3-a82d758d6560
ModelInvariantUuid:07eedede-e41a-4b9d-ac48-c299dc501fd9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7ee716b3-2f0a-4ca6-b0bc-c777b25c5623
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:52:27.875Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f1b13363-4b24-4b57-81af-1f8f5c53ed36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:52:27.879Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-07-03T06:52:27.880Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1b13363-4b24-4b57-81af-1f8f5c53ed36
2022-07-03T06:52:27.880Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03282a6a-bb16-4623-9fb6-a61bc64667a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-03T06:52:27.880Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:52:27.880Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-03T06:52:27.932Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:52:27.933Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 03282a6a-bb16-4623-9fb6-a61bc64667a6 787
2022-07-03T06:52:27.933Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-03T06:52:27.933Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-03T06:52:27.933Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:52:27.933Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:27.938Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:27.938Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831147933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:52:28.038Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:28.040Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:28.040Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:28.053Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:28.054Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:28.939Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd4e635e-1941-48bf-84f2-6aec1ea7f4b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22539f5a-d475-47a8-974f-eeee95074f32",
    "vfModuleModelCustomizationUUID": "13f9b7b1-2da1-44f6-b309-7cffe5c826ed",
    "isBase": true,
    "artifacts": [
      "84e6a04d-620c-46b7-9729-8e1bed1a465b",
      "e115fe1b-dab8-4c45-8040-e96ee1ab4a55"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:52:28.942Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22539f5a-d475-47a8-974f-eeee95074f32
VfModuleModelInvariantUUID:dd4e635e-1941-48bf-84f2-6aec1ea7f4b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e6a04d-620c-46b7-9729-8e1bed1a465b
,
e115fe1b-dab8-4c45-8040-e96ee1ab4a55

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

isBase:true


}

2022-07-03T06:52:28.944Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd4e635e-1941-48bf-84f2-6aec1ea7f4b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22539f5a-d475-47a8-974f-eeee95074f32",
    "vfModuleModelCustomizationUUID": "13f9b7b1-2da1-44f6-b309-7cffe5c826ed",
    "isBase": true,
    "artifacts": [
      "84e6a04d-620c-46b7-9729-8e1bed1a465b",
      "e115fe1b-dab8-4c45-8040-e96ee1ab4a55"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T06:52:28.944Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22539f5a-d475-47a8-974f-eeee95074f32
VfModuleModelInvariantUUID:dd4e635e-1941-48bf-84f2-6aec1ea7f4b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e6a04d-620c-46b7-9729-8e1bed1a465b
,
e115fe1b-dab8-4c45-8040-e96ee1ab4a55

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

isBase:true


}

2022-07-03T06:52:28.945Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 84e6a04d-620c-46b7-9729-8e1bed1a465b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-03T06:52:28.945Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:52:28.945Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-03T06:52:29.055Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:52:29.056Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 84e6a04d-620c-46b7-9729-8e1bed1a465b 5033
2022-07-03T06:52:29.056Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-03T06:52:29.056Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-03T06:52:29.057Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:52:29.057Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:29.059Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:29.059Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831149056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:52:29.159Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:29.160Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:29.160Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:29.175Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:29.175Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:30.060Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e115fe1b-dab8-4c45-8040-e96ee1ab4a55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-03T06:52:30.060Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:52:30.060Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-03T06:52:30.142Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:52:30.142Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e115fe1b-dab8-4c45-8040-e96ee1ab4a55 903
2022-07-03T06:52:30.142Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-03T06:52:30.143Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-03T06:52:30.143Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:52:30.143Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:30.145Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:30.145Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831150142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:52:30.245Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:30.246Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:30.246Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:30.259Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:30.259Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:52:31.145Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0680e5ff-2b69-4423-8a3a-d63abf923841
2022-07-03T06:52:31.146Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f1b13363-4b24-4b57-81af-1f8f5c53ed36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:52:31.162Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e744f80, org.onap.sdc.toscaparser.api.parameters.Input@623cab27, org.onap.sdc.toscaparser.api.parameters.Input@b138447, org.onap.sdc.toscaparser.api.parameters.Input@7a55d9a8, org.onap.sdc.toscaparser.api.parameters.Input@2601912d]
2022-07-03T06:52:31.164Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.164Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.164Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T06:52:31.164Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5574d18e-c31d-404e-b910-d7e021b4a85d
2022-07-03T06:52:31.165Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5574d18e-c31d-404e-b910-d7e021b4a85d matches Tosca VF Customization UUID: 5574d18e-c31d-404e-b910-d7e021b4a85d
2022-07-03T06:52:31.165Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5574d18e-c31d-404e-b910-d7e021b4a85d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:52:31.169Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.169Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.170Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5574d18e-c31d-404e-b910-d7e021b4a85d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-03T06:52:31.170Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6289fd67
2022-07-03T06:52:31.170Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.170Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:52:31.171Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13f9b7b1-2da1-44f6-b309-7cffe5c826ed
2022-07-03T06:52:31.171Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13f9b7b1-2da1-44f6-b309-7cffe5c826ed
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:52:31.174Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.174Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:31.174Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:31.175Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.175Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:31.176Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:31.176Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.176Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T06:52:31.177Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T06:52:31.177Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T06:52:31.177Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3b3a1f4c-cb2f-4887-be0e-68b6d85b2699
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:52:31.180Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.180Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:31.181Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:52:31.181Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.181Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T06:52:31.182Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5574d18e-c31d-404e-b910-d7e021b4a85d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:52:31.187Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.187Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.188Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0680e5ff-2b69-4423-8a3a-d63abf923841: basic_vm
2022-07-03T06:52:31.188Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.188Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.188Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.189Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.189Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.189Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.190Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.190Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.190Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T06:52:31.190Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:52:31.191Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:52:31.294Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f1b13363-4b24-4b57-81af-1f8f5c53ed36 1 ASDC deployResourceStructure
2022-07-03T06:52:31.295Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-03T06:52:31.295Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-03T06:52:31.295Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:52:31.296Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:31.297Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:31.298Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831151295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:52:31.398Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:31.399Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:31.399Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:31.413Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:31.414Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:32.299Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-03T06:52:32.299Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-03T06:52:32.300Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:52:32.300Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:32.302Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:32.302Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831152298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:52:32.402Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:32.403Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:32.403Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:32.416Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:32.416Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:52:33.303Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-03T06:52:33.304Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-03T06:52:33.304Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:52:33.305Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:33.307Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:33.307Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831153303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:52:33.407Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:52:33.408Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:33.408Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:33.424Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:33.424Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:52:34.308Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-03T06:52:34.309Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T06:52:34.309Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:52:34.309Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:52:34.311Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:52:34.311Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831154308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:52:34.412Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:52:34.412Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:52:34.413Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:52:34.427Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:52:34.427Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:52:35.312Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:52:35.322Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821ea7f8-6f03-415e-bf96-94d4ba5bcbea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:52:35.325Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:52:35.325Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:52:35.325Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:52:35.325Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:52:35.326Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.326Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.326Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.326Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.326Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.327Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T06:52:35.327Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:52:35.331Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:53:05.332Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:53:05.338Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and serviceModelVersionId: 0680e5ff-2b69-4423-8a3a-d63abf923841
2022-07-03T06:53:05.338Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df121d16-e3db-4cdf-b73d-b6875b31c04e
2022-07-03T06:53:05.338Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0
2022-07-03T06:53:05.343Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:53:05.385Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0|INFO|500||Invoke
2022-07-03T06:53:05.386Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[821ea7f8-6f03-415e-bf96-94d4ba5bcbea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a6ee68c-46f0-44a7-80c9-92c5a9b2a02a], X-ECOMP-RequestID=[821ea7f8-6f03-415e-bf96-94d4ba5bcbea], X-TransactionId=[], X-ONAP-RequestID=[821ea7f8-6f03-415e-bf96-94d4ba5bcbea], Content-Type=[application/merge-patch+json]}
2022-07-03T06:53:05.406Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T06:53:05.530Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?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/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:53:05:836-41774], vertex-id=[430128], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:53:05 GMT], Content-Type=[application/json]}
2022-07-03T06:53:05.531Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:53:05.532Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df121d16-e3db-4cdf-b73d-b6875b31c04e/model-vers/model-ver/0680e5ff-2b69-4423-8a3a-d63abf923841?depth=0|INFO|500||InvokeReturn
2022-07-03T06:53:05.532Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:53:05.532Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:53:05.539Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:53:05.540Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 821ea7f8-6f03-415e-bf96-94d4ba5bcbea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:53:05.540Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:53:05.541Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:53:05.543Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:53:05.543Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831185540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:53:05.643Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:53:05.644Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:53:05.644Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:05.664Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:05.664Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:53:07.453Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:07.454Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:07.454Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:17.814Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:17.814Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:17.815Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:17.815Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:25.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:25.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:53:25.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831082891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T06:53:25.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:53:27.373Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:27.373Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:27.374Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:27.374Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:36.920Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:36.921Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:36.922Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:36.922Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:46.459Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:46.460Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:46.460Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:46.460Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:53:56.013Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:53:56.014Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:53:56.015Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:53:56.015Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:54:05.573Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:54:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:54:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:54:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:54:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:54:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:54:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:54:25.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:54:25.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831095412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831096492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831097550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831098618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831099672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831100808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831101812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831102815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831103819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831104823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831105827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f387fe77-0a92-407e-b14c-ed3cdc847925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831137141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T06:54:25.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:25.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:54:25.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831007042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T06:54:25.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T06:54:34.579Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:55:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:55:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:55:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:55:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:55:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:55:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:55:25.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:55:25.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831145376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831147933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831149056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831150142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831151295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831152298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831153303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831154308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:55:25.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "821ea7f8-6f03-415e-bf96-94d4ba5bcbea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831185540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:55:25.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:55:34.573Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:56:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:56:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:56:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:56:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:56:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:56:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:56:34.584Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:56:34.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:57:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:57:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:57:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:57:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:57:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:57:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:57:34.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:57:34.589Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:58:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:58:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:58:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:58:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:58:25.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:58:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:58:34.586Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:58:34.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:59:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:59:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:59:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:59:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:59:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:59:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:59:34.585Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T06:59:34.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:00:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:00:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:00:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:00:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:00:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:00:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:00:34.584Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:00:34.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:01:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:01:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:01:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:01:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:01:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:01:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:01:34.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:01:34.581Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:25.018Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:02:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:02:25.019Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:02:25.027Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:02:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:31.532Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:31.533Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T07:02:31.533Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"216bdc10-e98c-4550-83ad-5c5b5327050d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0cce3b51-ffac-4fa7-9a6e-d966b682c120","serviceDescription":"service","serviceInvariantUUID":"c77bf203-99a0-4131-a453-bdbb32d34846","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0e05c1f-1bc4-4e58-9615-4380e7a6d440","resourceInvariantUUID":"c359b9a8-f25e-4617-bea7-29ca6749fdb2","resourceCustomizationUUID":"742267f3-5fb0-465e-8a16-a1e90dc1182d","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":"MGFlZjY4OGIyZGY0N2EzYWIzOWZhMmZjMmIxMjY1ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f3ea6d8-9cf7-4d5c-9e2f-5aaaebf9adc7","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":"Zjc1YmI5ZmIwNjJjMGQ3Y2MwZDA4Y2IwZjZlNmFiM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"feb8a3fd-63d0-4978-9183-a36a4a252e59","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":"db644bd0-2602-427f-82e7-928abf36b593","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":"b3774820-afbd-4cc7-84c9-bbb01551ec94","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":"ca0e8f3d-3fa1-49ea-86c6-94c4910ced74","artifactVersion":"2","generatedFromUUID":"79b481bc-7fa3-4b23-9686-983efa4b486d"},{"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":"6c41a007-b4b2-456f-b565-072bb781a927","artifactVersion":"2","generatedFromUUID":"db644bd0-2602-427f-82e7-928abf36b593"},{"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":"79b481bc-7fa3-4b23-9686-983efa4b486d","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":"ae05fcf4-f4d0-4749-b3e8-f12485508da4","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":"MzQ4MTg5ZmI1YWNiZjRhNDQ2OTE0YmJkYzI0NmM1NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"999d84b4-abc0-4cf5-8a92-955b70b2d8a4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTllNmU4M2Y0MzRjZTM3MTdjYzhkMDBlYmQ2YWZlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8085612-7d07-482d-b26a-c92adf823150","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T07:02:31.536Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:31.537Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:31.540Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:31.540Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:31.639Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:31.640Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:31.641Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:31.659Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:31.659Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":5,"count":1}
2022-07-03T07:02:31.799Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:31.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T07:02:31.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:31.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:02:31.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T07:02:31.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:31.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:02:32.540Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:32.542Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:32.545Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:32.545Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:02:32.646Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T07:02:32.646Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:32.646Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:32.661Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:32.661Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T07:02:33.546Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:33.547Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:33.550Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:33.550Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:02:33.651Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T07:02:33.652Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:33.652Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:33.663Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:33.664Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:34.551Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:34.552Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:34.554Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:34.554Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:34.654Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:34.655Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:34.655Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:34.668Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:34.668Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:35.555Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:35.555Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:35.558Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:35.558Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T07:02:35.658Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:35.659Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:35.659Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:35.672Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:35.672Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:36.559Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:36.560Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:36.562Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:36.562Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T07:02:36.662Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:36.663Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:36.663Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:36.674Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:36.674Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:37.563Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:37.564Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:37.567Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:37.567Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T07:02:37.667Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:37.668Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:37.669Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:37.680Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:37.680Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:38.568Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:38.569Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:38.571Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:38.571Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:38.671Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:38.672Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:38.672Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:38.685Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:38.685Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:39.572Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:39.573Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:39.576Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:39.577Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:02:39.676Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:39.693Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:39.694Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:39.718Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:39.718Z||pool-97-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:40.577Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:02:40.578Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:40.580Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:40.580Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:02:40.681Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:40.682Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:40.682Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:40.694Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:40.695Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:41.582Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0cce3b51-ffac-4fa7-9a6e-d966b682c120",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c77bf203-99a0-4131-a453-bdbb32d34846",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "742267f3-5fb0-465e-8a16-a1e90dc1182d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0e05c1f-1bc4-4e58-9615-4380e7a6d440",
      "resourceInvariantUUID": "c359b9a8-f25e-4617-bea7-29ca6749fdb2",
      "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": "Zjc1YmI5ZmIwNjJjMGQ3Y2MwZDA4Y2IwZjZlNmFiM2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "feb8a3fd-63d0-4978-9183-a36a4a252e59",
          "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": "db644bd0-2602-427f-82e7-928abf36b593",
          "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": "6c41a007-b4b2-456f-b565-072bb781a927",
            "generatedFromUUID": "db644bd0-2602-427f-82e7-928abf36b593"
          },
          "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": "ca0e8f3d-3fa1-49ea-86c6-94c4910ced74",
          "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": "6c41a007-b4b2-456f-b565-072bb781a927",
          "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": "79b481bc-7fa3-4b23-9686-983efa4b486d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTllNmU4M2Y0MzRjZTM3MTdjYzhkMDBlYmQ2YWZlZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8085612-7d07-482d-b26a-c92adf823150"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T07:02:41.583Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T07:02:41.583Z|821ea7f8-6f03-415e-bf96-94d4ba5bcbea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0cce3b51-ffac-4fa7-9a6e-d966b682c120 ASDC
2022-07-03T07:02:41.584Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:216bdc10-e98c-4550-83ad-5c5b5327050d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0cce3b51-ffac-4fa7-9a6e-d966b682c120
ServiceInvariantUUID:c77bf203-99a0-4131-a453-bdbb32d34846
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:a8085612-7d07-482d-b26a-c92adf823150
ArtifactChecksum:NTllNmU4M2Y0MzRjZTM3MTdjYzhkMDBlYmQ2YWZlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:742267f3-5fb0-465e-8a16-a1e90dc1182d
ResourceInvariantUUID:c359b9a8-f25e-4617-bea7-29ca6749fdb2
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e0e05c1f-1bc4-4e58-9615-4380e7a6d440
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:feb8a3fd-63d0-4978-9183-a36a4a252e59
ArtifactChecksum:Zjc1YmI5ZmIwNjJjMGQ3Y2MwZDA4Y2IwZjZlNmFiM2Q=
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:db644bd0-2602-427f-82e7-928abf36b593
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:6c41a007-b4b2-456f-b565-072bb781a927
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:ca0e8f3d-3fa1-49ea-86c6-94c4910ced74
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:6c41a007-b4b2-456f-b565-072bb781a927
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:79b481bc-7fa3-4b23-9686-983efa4b486d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T07:02:41.585Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cce3b51-ffac-4fa7-9a6e-d966b682c120 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:02:41.622Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:02:41.624Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:02:41.624Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:02:41.625Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a8085612-7d07-482d-b26a-c92adf823150 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:41.625Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:41.625Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:41.914Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:41.922Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a8085612-7d07-482d-b26a-c92adf823150 158217
2022-07-03T07:02:41.923Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:02:41.923Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:41.923Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:41.923Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:41.925Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:41.925Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831761923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:42.025Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:42.026Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:42.026Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:42.040Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:42.040Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T07:02:42.925Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:02:42.926Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:02:42.927Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a8085612-7d07-482d-b26a-c92adf823150, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:42.927Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-03T07:02:42.928Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:42.928Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:43.084Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15676442696110201265/Definitions/service-BasicCnfMacro-template.yml
2022-07-03T07:02:44.154Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T07:02:44.155Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:02:44.155Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:44.155Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-03T07:02:44.156Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:44.156Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:44.156Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:44.156Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:44.156Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:02:44.157Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.157Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.157Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.158Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:02:44.158Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:02:44.158Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.159Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.159Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.159Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:02:44.159Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:02:44.159Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.160Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.160Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.160Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-03T07:02:44.160Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-03T07:02:44.161Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-03T07:02:44.161Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T07:02:44.161Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.161Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T07:02:44.162Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.162Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.162Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:44.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:44.164Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.164Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.164Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:44.164Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.165Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:44.165Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:44.165Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.166Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-03T07:02:44.166Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-03T07:02:44.166Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c335d526-de3b-4543-8091-55f4041877be
2022-07-03T07:02:44.167Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.167Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.167Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.167Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.168Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.168Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.168Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:44.168Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:44.170Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0cce3b51-ffac-4fa7-9a6e-d966b682c120
Model Version:NULL
Model InvariantUuid:c77bf203-99a0-4131-a453-bdbb32d34846
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b3cfff2b-0f5b-4ec6-ad2c-23450d820706
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c359b9a8-f25e-4617-bea7-29ca6749fdb2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:742267f3-5fb0-465e-8a16-a1e90dc1182d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d6b9d2d7-0819-4de8-b53b-34d153b83073
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7780673a-2120-43a5-be7c-67a6ba80de9e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0ba63b8a-1b30-4de3-b092-e90da8795f1e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:421379f9-48ae-4201-82d1-4238e9638674
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c335d526-de3b-4543-8091-55f4041877be
ModelInvariantUuid:36702d97-3013-4b82-8b14-9b33a7d08293
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c2934a61-ae63-4e11-a38c-9e270ca9d23a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c488b9a9-4981-4f6d-9105-d29d7d44774b
ModelInvariantUuid:d8a6aa18-3f33-411b-9d20-3b978d823240
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:15e15c70-208a-48df-b797-86cb502edbb6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T07:02:44.183Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e0e05c1f-1bc4-4e58-9615-4380e7a6d440
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:02:44.188Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-07-03T07:02:44.188Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0e05c1f-1bc4-4e58-9615-4380e7a6d440
2022-07-03T07:02:44.188Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: feb8a3fd-63d0-4978-9183-a36a4a252e59 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-03T07:02:44.188Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:44.189Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-03T07:02:44.247Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:44.247Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json feb8a3fd-63d0-4978-9183-a36a4a252e59 1565
2022-07-03T07:02:44.248Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-03T07:02:44.248Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-03T07:02:44.248Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:44.248Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:44.254Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:44.254Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831764248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:44.354Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:44.355Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:44.355Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:44.372Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:44.372Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:45.254Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0ba63b8a-1b30-4de3-b092-e90da8795f1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "421379f9-48ae-4201-82d1-4238e9638674",
    "vfModuleModelCustomizationUUID": "ad8b40ac-9350-492d-9fa4-7ec1b145f44d",
    "isBase": true,
    "artifacts": [
      "db644bd0-2602-427f-82e7-928abf36b593",
      "6c41a007-b4b2-456f-b565-072bb781a927"
    ],
    "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": "d6b9d2d7-0819-4de8-b53b-34d153b83073",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7780673a-2120-43a5-be7c-67a6ba80de9e",
    "vfModuleModelCustomizationUUID": "91b82b40-d85d-41c2-80b1-b96024cd22ee",
    "isBase": false,
    "artifacts": [
      "79b481bc-7fa3-4b23-9686-983efa4b486d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T07:02:45.258Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:421379f9-48ae-4201-82d1-4238e9638674
VfModuleModelInvariantUUID:0ba63b8a-1b30-4de3-b092-e90da8795f1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
db644bd0-2602-427f-82e7-928abf36b593
,
6c41a007-b4b2-456f-b565-072bb781a927

}
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:7780673a-2120-43a5-be7c-67a6ba80de9e
VfModuleModelInvariantUUID:d6b9d2d7-0819-4de8-b53b-34d153b83073
VfModuleModelDescription:NULL
Artifacts UUID List:{
79b481bc-7fa3-4b23-9686-983efa4b486d

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

isBase:false


}

2022-07-03T07:02:45.260Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0ba63b8a-1b30-4de3-b092-e90da8795f1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "421379f9-48ae-4201-82d1-4238e9638674",
    "vfModuleModelCustomizationUUID": "ad8b40ac-9350-492d-9fa4-7ec1b145f44d",
    "isBase": true,
    "artifacts": [
      "db644bd0-2602-427f-82e7-928abf36b593",
      "6c41a007-b4b2-456f-b565-072bb781a927"
    ],
    "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": "d6b9d2d7-0819-4de8-b53b-34d153b83073",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7780673a-2120-43a5-be7c-67a6ba80de9e",
    "vfModuleModelCustomizationUUID": "91b82b40-d85d-41c2-80b1-b96024cd22ee",
    "isBase": false,
    "artifacts": [
      "79b481bc-7fa3-4b23-9686-983efa4b486d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T07:02:45.260Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:421379f9-48ae-4201-82d1-4238e9638674
VfModuleModelInvariantUUID:0ba63b8a-1b30-4de3-b092-e90da8795f1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
db644bd0-2602-427f-82e7-928abf36b593
,
6c41a007-b4b2-456f-b565-072bb781a927

}
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:7780673a-2120-43a5-be7c-67a6ba80de9e
VfModuleModelInvariantUUID:d6b9d2d7-0819-4de8-b53b-34d153b83073
VfModuleModelDescription:NULL
Artifacts UUID List:{
79b481bc-7fa3-4b23-9686-983efa4b486d

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

isBase:false


}

2022-07-03T07:02:45.260Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: db644bd0-2602-427f-82e7-928abf36b593 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-03T07:02:45.260Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:45.260Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-03T07:02:45.311Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:45.311Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml db644bd0-2602-427f-82e7-928abf36b593 914
2022-07-03T07:02:45.312Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-03T07:02:45.312Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-03T07:02:45.312Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:45.312Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:45.314Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:45.314Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831765312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:45.414Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:45.415Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:45.415Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:45.428Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:45.428Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-03T07:02:46.315Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca0e8f3d-3fa1-49ea-86c6-94c4910ced74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-03T07:02:46.315Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:46.315Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-03T07:02:46.361Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:46.361Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ca0e8f3d-3fa1-49ea-86c6-94c4910ced74 12
2022-07-03T07:02:46.362Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-03T07:02:46.362Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-03T07:02:46.362Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:46.362Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:46.364Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:46.364Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831766362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:46.464Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:46.465Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:46.465Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:46.478Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:46.479Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:47.365Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c41a007-b4b2-456f-b565-072bb781a927 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-03T07:02:47.366Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:47.367Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-03T07:02:47.415Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:47.415Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6c41a007-b4b2-456f-b565-072bb781a927 96
2022-07-03T07:02:47.416Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-03T07:02:47.416Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-03T07:02:47.416Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:47.416Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:47.418Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:47.419Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831767416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:47.519Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:47.519Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:47.519Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:47.531Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:47.531Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:48.419Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79b481bc-7fa3-4b23-9686-983efa4b486d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-03T07:02:48.420Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:02:48.420Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-03T07:02:48.494Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:02:48.495Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 79b481bc-7fa3-4b23-9686-983efa4b486d 20206
2022-07-03T07:02:48.496Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-03T07:02:48.496Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-03T07:02:48.496Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:02:48.496Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:48.498Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:48.498Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831768495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:02:48.599Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:02:48.600Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:48.600Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:48.615Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:48.615Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:49.503Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0cce3b51-ffac-4fa7-9a6e-d966b682c120
2022-07-03T07:02:49.503Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e0e05c1f-1bc4-4e58-9615-4380e7a6d440 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:02:49.531Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b5d4ce6, org.onap.sdc.toscaparser.api.parameters.Input@63b3e0bd, org.onap.sdc.toscaparser.api.parameters.Input@532f20b, org.onap.sdc.toscaparser.api.parameters.Input@3c1a17ea, org.onap.sdc.toscaparser.api.parameters.Input@4d5156f3]
2022-07-03T07:02:49.534Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.534Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.535Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T07:02:49.535Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 742267f3-5fb0-465e-8a16-a1e90dc1182d
2022-07-03T07:02:49.535Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 742267f3-5fb0-465e-8a16-a1e90dc1182d matches Tosca VF Customization UUID: 742267f3-5fb0-465e-8a16-a1e90dc1182d
2022-07-03T07:02:49.536Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 742267f3-5fb0-465e-8a16-a1e90dc1182d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T07:02:49.541Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.541Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.542Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 742267f3-5fb0-465e-8a16-a1e90dc1182d: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-03T07:02:49.542Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f6219a6
2022-07-03T07:02:49.542Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.542Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T07:02:49.543Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91b82b40-d85d-41c2-80b1-b96024cd22ee
2022-07-03T07:02:49.543Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91b82b40-d85d-41c2-80b1-b96024cd22ee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T07:02:49.558Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.558Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:49.558Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:49.558Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.559Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:49.559Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:02:49.559Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.559Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T07:02:49.559Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=742267f3-5fb0-465e-8a16-a1e90dc1182d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:02:49.566Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.567Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.567Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0cce3b51-ffac-4fa7-9a6e-d966b682c120: basic_cnf_macro
2022-07-03T07:02:49.567Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.567Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.568Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.568Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.568Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.568Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.568Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.569Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.569Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:02:49.569Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:02:49.570Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:02:49.684Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e0e05c1f-1bc4-4e58-9615-4380e7a6d440 2 ASDC deployResourceStructure
2022-07-03T07:02:49.685Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-03T07:02:49.685Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-03T07:02:49.685Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:02:49.685Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:49.687Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:49.687Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831769685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:02:49.787Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:49.788Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:49.788Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:49.801Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:49.802Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:50.688Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-03T07:02:50.688Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-03T07:02:50.688Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:02:50.689Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:50.690Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:50.691Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831770688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T07:02:50.791Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:50.791Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:50.792Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:50.806Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:50.806Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:51.691Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-03T07:02:51.692Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-07-03T07:02:51.692Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T07:02:51.692Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:51.694Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:51.694Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831771691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T07:02:51.794Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:51.795Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:51.795Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:51.807Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:51.808Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:52.695Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-03T07:02:52.696Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-03T07:02:52.696Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:02:52.696Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:52.698Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:52.698Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831772695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-03T07:02:52.798Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:52.799Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:52.799Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:52.813Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:52.813Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T07:02:53.699Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-03T07:02:53.699Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-03T07:02:53.699Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T07:02:53.700Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:53.701Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:53.702Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831773698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T07:02:53.802Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:02:53.802Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:53.802Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:53.815Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:53.815Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:54.704Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:02:54.704Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T07:02:54.705Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:02:54.705Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:02:54.707Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:02:54.707Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831774704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:02:54.808Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T07:02:54.809Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:02:54.809Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:02:54.824Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:02:54.824Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:02:55.708Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:02:55.720Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:02:55.722Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:02:55.722Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:02:55.723Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:03:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:03:25.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:03:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:03:25.095Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:03:25.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T07:03:25.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:03:25.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:03:25.723Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:03:25.733Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:03:25.735Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:03:25.735Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:03:25.735Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:03:55.736Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:03:55.751Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:03:55.752Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:03:55.753Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:03:55.753Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:04:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:04:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:04:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:04:25.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:04:25.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:04:25.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:04:25.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:04:25.753Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:04:25.763Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:04:25.765Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:04:25.765Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:04:25.765Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:04:55.765Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:04:55.775Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:04:55.777Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:04:55.777Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:04:55.777Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:05:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:05:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:05:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:05:25.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:05:25.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831747803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831745018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831748359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831743852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831761923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831762369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831762839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831753740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831764503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831764248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "cds",
  "timestamp": 1656831766194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.107Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.107Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831765562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831765312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831757131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831766620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831766362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831767976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831767416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831767681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831768984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831768495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831768775,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "policy-id",
  "timestamp": 1656831769988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.146Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.146Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T07:05:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831769781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831769685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831770554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831770688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "aai-ml",
  "timestamp": 1656831771559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.159Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831771691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T07:05:25.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831762856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831772695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831773721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831773698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-03T07:05:25.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831774704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831776381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831777386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831781680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831786912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "clamp",
  "timestamp": 1656831787918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 216bdc10-e98c-4550-83ad-5c5b5327050d
2022-07-03T07:05:25.224Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216bdc10-e98c-4550-83ad-5c5b5327050d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831778359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831777128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831776756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831773740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831790463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831790002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831790471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831791478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831790908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "cds",
  "timestamp": 1656831791783,
  "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-07-03T07:05:25.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:05:25.257Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "policy-id",
  "timestamp": 1656831792482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:05:25.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831792111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831793138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:05:25.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T07:05:25.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831794141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831787803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831797924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "aai-ml",
  "timestamp": 1656831798929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:05:25.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:05:25.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:05:25.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831801761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:05:25.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:05:25.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:05:25.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:05:25.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831804646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:05:25.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:05:25.780Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.788Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.791Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:05:25.791Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T07:05:25.791Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T07:05:25.791Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T07:05:25.791Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:05:25.792Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:05:25.800Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T07:05:55.800Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 216bdc10-e98c-4550-83ad-5c5b5327050d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T07:05:55.807Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 216bdc10-e98c-4550-83ad-5c5b5327050d and serviceModelVersionId: 0cce3b51-ffac-4fa7-9a6e-d966b682c120
2022-07-03T07:05:55.807Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c77bf203-99a0-4131-a453-bdbb32d34846
2022-07-03T07:05:55.809Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0
2022-07-03T07:05:55.815Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T07:05:55.866Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0|INFO|500||Invoke
2022-07-03T07:05:55.867Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[216bdc10-e98c-4550-83ad-5c5b5327050d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4359a1a3-9222-419a-98ea-cd95ba5a03ee], X-ECOMP-RequestID=[216bdc10-e98c-4550-83ad-5c5b5327050d], X-TransactionId=[], X-ONAP-RequestID=[216bdc10-e98c-4550-83ad-5c5b5327050d], Content-Type=[application/merge-patch+json]}
2022-07-03T07:05:55.892Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T07:05:56.161Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?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/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220703-07:05:56:345-10191], vertex-id=[237712], Content-Length=[0], Date=[Sun, 03 Jul 2022 07:05:56 GMT], Content-Type=[application/json]}
2022-07-03T07:05:56.162Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T07:05:56.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c77bf203-99a0-4131-a453-bdbb32d34846/model-vers/model-ver/0cce3b51-ffac-4fa7-9a6e-d966b682c120?depth=0|INFO|500||InvokeReturn
2022-07-03T07:05:56.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T07:05:56.163Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:05:56.171Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T07:05:56.171Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 216bdc10-e98c-4550-83ad-5c5b5327050d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T07:05:56.171Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T07:05:56.172Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:05:56.174Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:05:56.174Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831956171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:05:56.274Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:05:56.275Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:05:56.275Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:05:56.291Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:05:56.292Z||pool-111-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-07-03T07:05:57.185Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:05:57.186Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:05:57.186Z|216bdc10-e98c-4550-83ad-5c5b5327050d|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:01.694Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:01.696Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T07:06:01.696Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"71417730-b87a-45a2-bf9e-f90481e492ad","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882","serviceDescription":"service","serviceInvariantUUID":"d65c85ef-8777-4ba9-a062-807d38ae7ce0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d180ba25-a0f4-4ec7-9542-4304f311c4d2","resourceInvariantUUID":"c4cff042-e613-4ae0-baff-c802931aa032","resourceCustomizationUUID":"598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d","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":"NzdiMGVlNGYwMDJkOWY2ZWY0MDc4NDg1ZWRkYWIzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b424297-8adb-4611-9179-32d197634ce4","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":"ZTUyMTYyYmUwMzU0ZjliZjBlYjdiMWZhZGI2YzM5ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f79634f8-a686-4c87-8094-e219aa125c23","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":"bd2d3433-48b5-488e-98f7-a2a485632153","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":"3cbf2240-0acb-403f-b015-6b9379c53f21","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":"94a8f069-505d-4c60-8e15-56f0f94d385c","artifactVersion":"2","generatedFromUUID":"bd2d3433-48b5-488e-98f7-a2a485632153"},{"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":"YjBmNmRiMjMyYTRlMWVkZjdhNGQxMGEzOGY2NmU0ZWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4453b41e-9de3-4650-a158-96f77a2c1a3d","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":"OTkxNjI3YzM1ZTVmYWY5NDJiMjI2ODdlODlkNDEwYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e675df2-df31-45b2-8519-34eab28720c9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2NjZWY4MGY2YTBmMDM3YzcyMzMyNGMxNDMzYmJkZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c49a5936-a509-4499-a9f5-e536d2624fb2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T07:06:01.700Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:01.700Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:01.703Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:01.703Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:01.803Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:06:01.804Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:01.804Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:01.818Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:01.818Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:02.704Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:02.704Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:02.707Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:02.707Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:06:02.807Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:06:02.807Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:02.808Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:02.821Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:02.822Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:03.708Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:03.708Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:03.710Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:03.710Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:06:03.810Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:03.811Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:03.811Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:03.827Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:03.827Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:04.711Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:04.711Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:04.713Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:04.714Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:04.813Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:04.814Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:04.814Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:04.829Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:04.830Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:05.714Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:05.715Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:05.716Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:05.717Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T07:06:05.816Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:05.817Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:05.817Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:05.836Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:05.837Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:06.717Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:06.718Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:06.720Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:06.720Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:06.820Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:06.821Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:06.821Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:06.835Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:06.836Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:07.721Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:07.721Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:07.724Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:07.724Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:07.824Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:07.824Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:07.825Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:07.870Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:07.870Z||pool-118-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:08.724Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:06:08.725Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:08.727Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:08.727Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:06:08.827Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:06:08.828Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:08.828Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:08.851Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:08.852Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:09.728Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d65c85ef-8777-4ba9-a062-807d38ae7ce0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d180ba25-a0f4-4ec7-9542-4304f311c4d2",
      "resourceInvariantUUID": "c4cff042-e613-4ae0-baff-c802931aa032",
      "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": "ZTUyMTYyYmUwMzU0ZjliZjBlYjdiMWZhZGI2YzM5ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f79634f8-a686-4c87-8094-e219aa125c23",
          "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": "bd2d3433-48b5-488e-98f7-a2a485632153",
          "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": "94a8f069-505d-4c60-8e15-56f0f94d385c",
            "generatedFromUUID": "bd2d3433-48b5-488e-98f7-a2a485632153"
          },
          "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": "94a8f069-505d-4c60-8e15-56f0f94d385c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2NjZWY4MGY2YTBmMDM3YzcyMzMyNGMxNDMzYmJkZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c49a5936-a509-4499-a9f5-e536d2624fb2"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T07:06:09.729Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T07:06:09.729Z|216bdc10-e98c-4550-83ad-5c5b5327050d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882 ASDC
2022-07-03T07:06:09.729Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:71417730-b87a-45a2-bf9e-f90481e492ad
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882
ServiceInvariantUUID:d65c85ef-8777-4ba9-a062-807d38ae7ce0
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:c49a5936-a509-4499-a9f5-e536d2624fb2
ArtifactChecksum:M2NjZWY4MGY2YTBmMDM3YzcyMzMyNGMxNDMzYmJkZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d
ResourceInvariantUUID:c4cff042-e613-4ae0-baff-c802931aa032
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d180ba25-a0f4-4ec7-9542-4304f311c4d2
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:f79634f8-a686-4c87-8094-e219aa125c23
ArtifactChecksum:ZTUyMTYyYmUwMzU0ZjliZjBlYjdiMWZhZGI2YzM5ZGI=
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:bd2d3433-48b5-488e-98f7-a2a485632153
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:94a8f069-505d-4c60-8e15-56f0f94d385c
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:94a8f069-505d-4c60-8e15-56f0f94d385c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T07:06:09.730Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T07:06:09.783Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:06:09.783Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:06:09.784Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:06:09.784Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c49a5936-a509-4499-a9f5-e536d2624fb2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T07:06:09.784Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:06:09.784Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T07:06:10.225Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:06:10.229Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c49a5936-a509-4499-a9f5-e536d2624fb2 78806
2022-07-03T07:06:10.229Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:06:10.229Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T07:06:10.229Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:06:10.230Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:10.232Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:10.232Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831970229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:10.331Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:10.332Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:10.332Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:10.346Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:10.346Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:11.232Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:06:11.233Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:06:11.233Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c49a5936-a509-4499-a9f5-e536d2624fb2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:11.234Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-03T07:06:11.234Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:11.234Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:11.425Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14301793361295093608/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-03T07:06:12.557Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.558Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.559Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.559Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.559Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T07:06:12.559Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:06:12.559Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.560Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.560Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:12.560Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:06:12.560Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:06:12.561Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.561Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.561Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:12.561Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:06:12.561Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-03T07:06:12.562Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-03T07:06:12.563Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-03T07:06:12.563Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T07:06:12.563Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T07:06:12.563Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.563Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T07:06:12.564Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.564Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:12.564Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:12.564Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.564Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:12.565Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:12.565Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.565Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:12.565Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:12.566Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.566Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T07:06:12.566Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T07:06:12.566Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T07:06:12.566Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19355162-7dd3-4c39-9bfc-9517ed593cda
2022-07-03T07:06:12.567Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.567Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.567Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.567Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.567Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.568Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.568Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:12.568Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:12.568Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882
Model Version:NULL
Model InvariantUuid:d65c85ef-8777-4ba9-a062-807d38ae7ce0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5c43dac5-c698-49dc-91e4-deffe76c41be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c4cff042-e613-4ae0-baff-c802931aa032
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:48bbeee9-80e4-4292-8171-118fe0e45adf
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3c1a7210-79a4-4119-985c-97a83568649d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:19355162-7dd3-4c39-9bfc-9517ed593cda
ModelInvariantUuid:0c8d0cc1-e438-4e85-ade0-5b8293310c26
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3f1a6a49-48e1-43fd-b940-bdaa7162b1d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:be753ca4-cd76-4e10-b947-8a490c2609c0
ModelInvariantUuid:03d829a1-0af0-4caf-a967-ef0b1ffd6a72
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:609fe4b5-4b43-4313-9733-f35732daa9b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T07:06:12.579Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d180ba25-a0f4-4ec7-9542-4304f311c4d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:06:12.581Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-07-03T07:06:12.582Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d180ba25-a0f4-4ec7-9542-4304f311c4d2
2022-07-03T07:06:12.582Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f79634f8-a686-4c87-8094-e219aa125c23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-03T07:06:12.582Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:06:12.582Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-03T07:06:12.646Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:06:12.646Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f79634f8-a686-4c87-8094-e219aa125c23 792
2022-07-03T07:06:12.647Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-03T07:06:12.647Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-03T07:06:12.647Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:06:12.648Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:12.650Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:12.650Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831972647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:12.750Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:06:12.751Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:12.751Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:12.803Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:12.804Z||pool-121-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":16,"count":1}
2022-07-03T07:06:13.651Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "48bbeee9-80e4-4292-8171-118fe0e45adf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c1a7210-79a4-4119-985c-97a83568649d",
    "vfModuleModelCustomizationUUID": "afa178d8-4e99-4dde-929f-588052eb5f68",
    "isBase": true,
    "artifacts": [
      "bd2d3433-48b5-488e-98f7-a2a485632153",
      "94a8f069-505d-4c60-8e15-56f0f94d385c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T07:06:13.654Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c1a7210-79a4-4119-985c-97a83568649d
VfModuleModelInvariantUUID:48bbeee9-80e4-4292-8171-118fe0e45adf
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd2d3433-48b5-488e-98f7-a2a485632153
,
94a8f069-505d-4c60-8e15-56f0f94d385c

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

isBase:true


}

2022-07-03T07:06:13.656Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "48bbeee9-80e4-4292-8171-118fe0e45adf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c1a7210-79a4-4119-985c-97a83568649d",
    "vfModuleModelCustomizationUUID": "afa178d8-4e99-4dde-929f-588052eb5f68",
    "isBase": true,
    "artifacts": [
      "bd2d3433-48b5-488e-98f7-a2a485632153",
      "94a8f069-505d-4c60-8e15-56f0f94d385c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-03T07:06:13.656Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c1a7210-79a4-4119-985c-97a83568649d
VfModuleModelInvariantUUID:48bbeee9-80e4-4292-8171-118fe0e45adf
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd2d3433-48b5-488e-98f7-a2a485632153
,
94a8f069-505d-4c60-8e15-56f0f94d385c

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

isBase:true


}

2022-07-03T07:06:13.656Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd2d3433-48b5-488e-98f7-a2a485632153 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-03T07:06:13.656Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:06:13.656Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-03T07:06:13.715Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:06:13.715Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bd2d3433-48b5-488e-98f7-a2a485632153 5033
2022-07-03T07:06:13.715Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-03T07:06:13.716Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-03T07:06:13.716Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:06:13.716Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:13.718Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:13.718Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831973715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:13.817Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:13.818Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:13.818Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:13.834Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:13.835Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:14.718Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 94a8f069-505d-4c60-8e15-56f0f94d385c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-03T07:06:14.719Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:06:14.719Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-03T07:06:14.792Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:06:14.792Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 94a8f069-505d-4c60-8e15-56f0f94d385c 903
2022-07-03T07:06:14.792Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-03T07:06:14.793Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-03T07:06:14.793Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:06:14.793Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:14.794Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:14.795Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831974792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:14.894Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:14.895Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:14.895Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:14.911Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:14.911Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:15.795Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882
2022-07-03T07:06:15.795Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d180ba25-a0f4-4ec7-9542-4304f311c4d2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:06:15.816Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70af0fca, org.onap.sdc.toscaparser.api.parameters.Input@1ed4ebf6, org.onap.sdc.toscaparser.api.parameters.Input@87a6237, org.onap.sdc.toscaparser.api.parameters.Input@4a48b493, org.onap.sdc.toscaparser.api.parameters.Input@4211234f]
2022-07-03T07:06:15.818Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.818Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.818Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T07:06:15.818Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d
2022-07-03T07:06:15.819Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d matches Tosca VF Customization UUID: 598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d
2022-07-03T07:06:15.819Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T07:06:15.833Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.833Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f709184
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afa178d8-4e99-4dde-929f-588052eb5f68
2022-07-03T07:06:15.834Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afa178d8-4e99-4dde-929f-588052eb5f68
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T07:06:15.838Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.838Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:15.838Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:15.838Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.838Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T07:06:15.839Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19355162-7dd3-4c39-9bfc-9517ed593cda
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T07:06:15.842Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.843Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:15.843Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T07:06:15.843Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.843Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T07:06:15.843Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=598bcaaf-74fb-4d52-a6fe-4ae97cb8aa7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:06:15.845Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882: basic_vm_macro
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.846Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:06:15.847Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:06:15.848Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:06:15.967Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d180ba25-a0f4-4ec7-9542-4304f311c4d2 1 ASDC deployResourceStructure
2022-07-03T07:06:15.968Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-03T07:06:15.968Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-03T07:06:15.968Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:06:15.968Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:15.989Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:15.990Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831975968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:16.070Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-03T07:06:16.070Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:16.071Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:16.083Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:16.084Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:16.990Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-03T07:06:16.990Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-03T07:06:16.991Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:06:16.991Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:16.993Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:16.993Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831976990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:17.093Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:06:17.094Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:17.094Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:17.115Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:17.115Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:17.994Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-03T07:06:17.994Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-03T07:06:17.994Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:06:17.995Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:17.996Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:17.996Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831977994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:18.096Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:18.097Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:18.097Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:18.113Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:18.113Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:18.997Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:06:18.997Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T07:06:18.998Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:06:18.998Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:06:19.000Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:06:19.000Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831978997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:19.100Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:06:19.100Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:06:19.100Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:19.116Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:19.116Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:06:20.001Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71417730-b87a-45a2-bf9e-f90481e492ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:06:20.012Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71417730-b87a-45a2-bf9e-f90481e492ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:06:20.014Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:06:20.014Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T07:06:20.014Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T07:06:20.014Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T07:06:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:06:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:06:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:06:25.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:06:25.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831797754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:06:25.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831805662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:06:25.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:06:25.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:06:25.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831814689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831818693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "clamp",
  "timestamp": 1656831819698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:06:25.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71417730-b87a-45a2-bf9e-f90481e492ad
2022-07-03T07:06:25.081Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71417730-b87a-45a2-bf9e-f90481e492ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831847803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831848851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831852865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831861416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831862339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656831853742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831862760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831862448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "cds",
  "timestamp": 1656831863696,
  "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-07-03T07:06:25.112Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:06:25.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656831863451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:06:25.123Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:06:25.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:06:25.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:06:25.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:06:25.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:06:25.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831864894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:06:25.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:06:50.015Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71417730-b87a-45a2-bf9e-f90481e492ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:06:50.024Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71417730-b87a-45a2-bf9e-f90481e492ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:06:50.026Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:06:50.026Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T07:06:50.026Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.027Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:06:50.028Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:06:50.031Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T07:07:20.032Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71417730-b87a-45a2-bf9e-f90481e492ad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T07:07:20.039Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71417730-b87a-45a2-bf9e-f90481e492ad and serviceModelVersionId: 2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882
2022-07-03T07:07:20.039Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d65c85ef-8777-4ba9-a062-807d38ae7ce0
2022-07-03T07:07:20.040Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0
2022-07-03T07:07:20.044Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T07:07:20.084Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-03T07:07:20.085Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0|INFO|500||Invoke
2022-07-03T07:07:20.109Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T07:07:20.252Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0|INFO|500||InvokeReturn
2022-07-03T07:07:20.253Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65c85ef-8777-4ba9-a062-807d38ae7ce0/model-vers/model-ver/2ca546c4-1cf0-4e5e-9bd4-b47d0da8f882?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-07:07:20:567-80695], vertex-id=[241744], Content-Length=[0], Date=[Sun, 03 Jul 2022 07:07:20 GMT], Content-Type=[application/json]}
2022-07-03T07:07:20.253Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T07:07:20.253Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T07:07:20.253Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:07:20.258Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T07:07:20.259Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71417730-b87a-45a2-bf9e-f90481e492ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T07:07:20.259Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T07:07:20.259Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:20.261Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:20.261Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832040259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:07:20.361Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:20.365Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:20.365Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:20.382Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:20.383Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T07:07:21.274Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T07:07:21.274Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"efb70758-a184-4e28-bae0-412ce7d812e8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e847c200-0493-4dbe-8265-5ea4c2a20b5e","serviceDescription":"service","serviceInvariantUUID":"f634c22e-544c-45af-b5ea-a7ee3f5b96d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6300db59-4824-46c1-a991-73ff86b97484","resourceInvariantUUID":"4b3c935d-84c1-435b-8cd8-7cf1cf86baf5","resourceCustomizationUUID":"73120659-1177-444a-82d3-6dae606b6ec5","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":"NmY2ZGJmMmY2YjAzMjNkMjcyOGFmYjkxMDM5NDY3MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1988e5c2-29e6-4a9b-8477-1147ae3a4d50","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":"8d260d3e-304f-438e-817f-f85d1361684c","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":"226c38ef-73dc-4078-a378-bc3ac52e4fe3","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":"MWRhMGU3NTY4NTA2YTI5Y2M1ODFmOGZlMTE2MmZkNTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df043755-d077-4b4f-ae79-896e690846e6","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":"6c36a255-0328-4db5-853e-eeaf79fbf0d2","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":"8ffa3d2f-ca7b-4f53-9425-7fac9c005a14","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":"475dfbb9-fbcc-41c6-8689-b76728acdf7b","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":"MjQ2OWVmOWVkNzRmZjI3Yjk1NWZjY2VhODUyZmVhYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8791c66f-a1b3-4109-a487-026d44bd248e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDdhYjMxNGQ0ZTk2YTJkNmQ0OTUwOTA3NjFkMDcxMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T07:07:21.275Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:21.275Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:21.277Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:21.277Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:21.377Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:07:21.378Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:21.379Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:21.392Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:21.392Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:22.278Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:22.278Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:22.282Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:22.282Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:22.381Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:22.382Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:22.382Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:22.396Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:22.397Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:23.283Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:23.283Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:23.286Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:23.286Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:23.386Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:07:23.386Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:23.387Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:23.400Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:23.400Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:24.286Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:24.287Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:24.289Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:24.289Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:24.389Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:24.390Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:24.390Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:24.407Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:24.408Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:07:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:07:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:25.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:25.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831857128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656831865900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:07:25.069Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:07:25.069Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:07:25.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831857754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:07:25.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831866950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831867957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "policy-id",
  "timestamp": 1656831868964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:07:25.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:07:25.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:07:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831875705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:07:25.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831868359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831877719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831878139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "clamp",
  "timestamp": 1656831878724,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:07:25.106Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:07:25.107Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:07:25.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831883207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:07:25.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:07:25.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T07:07:25.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "aai-ml",
  "timestamp": 1656831884213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:07:25.126Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efb70758-a184-4e28-bae0-412ce7d812e8
2022-07-03T07:07:25.126Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId efb70758-a184-4e28-bae0-412ce7d812e8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T07:07:25.289Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:25.290Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:25.291Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:25.292Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:25.391Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:25.392Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:25.393Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:25.409Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:25.409Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:26.292Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:26.293Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:26.295Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:26.296Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:26.395Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:26.396Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:26.396Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:26.408Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:26.409Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:27.296Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:27.297Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:27.299Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:27.299Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:27.398Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:27.399Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:27.400Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:27.413Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:27.414Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:28.299Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:28.300Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:28.302Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:28.302Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:07:28.402Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:28.403Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:28.403Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:28.415Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:28.416Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:29.303Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T07:07:29.304Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:29.306Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:29.306Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:07:29.405Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:29.406Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:29.406Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:29.421Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:29.422Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:30.307Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e847c200-0493-4dbe-8265-5ea4c2a20b5e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f634c22e-544c-45af-b5ea-a7ee3f5b96d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "73120659-1177-444a-82d3-6dae606b6ec5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6300db59-4824-46c1-a991-73ff86b97484",
      "resourceInvariantUUID": "4b3c935d-84c1-435b-8cd8-7cf1cf86baf5",
      "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": "NDdhYjMxNGQ0ZTk2YTJkNmQ0OTUwOTA3NjFkMDcxMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T07:07:30.307Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T07:07:30.307Z|71417730-b87a-45a2-bf9e-f90481e492ad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e847c200-0493-4dbe-8265-5ea4c2a20b5e ASDC
2022-07-03T07:07:30.308Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:efb70758-a184-4e28-bae0-412ce7d812e8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e847c200-0493-4dbe-8265-5ea4c2a20b5e
ServiceInvariantUUID:f634c22e-544c-45af-b5ea-a7ee3f5b96d2
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:4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317
ArtifactChecksum:NDdhYjMxNGQ0ZTk2YTJkNmQ0OTUwOTA3NjFkMDcxMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:73120659-1177-444a-82d3-6dae606b6ec5
ResourceInvariantUUID:4b3c935d-84c1-435b-8cd8-7cf1cf86baf5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6300db59-4824-46c1-a991-73ff86b97484
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-03T07:07:30.308Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e847c200-0493-4dbe-8265-5ea4c2a20b5e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T07:07:30.335Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:07:30.336Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:07:30.336Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:07:30.336Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T07:07:30.337Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T07:07:30.337Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T07:07:30.634Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T07:07:30.639Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317 105668
2022-07-03T07:07:30.639Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:07:30.639Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T07:07:30.640Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T07:07:30.640Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:30.643Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:30.643Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832050639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:07:30.742Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:30.743Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:30.743Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:30.757Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:30.757Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T07:07:31.643Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T07:07:31.644Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T07:07:31.644Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4a6b7fe1-e8f1-4b3a-90aa-6fc7d7a81317, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:31.645Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-03T07:07:31.645Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:31.645Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:31.783Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11409700434247012021/Definitions/service-TestPnfMacro-template.yml
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.449Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.450Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T07:07:32.451Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.451Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.451Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-03T07:07:32.451Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:07:32.451Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T07:07:32.452Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.453Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.453Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.453Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.453Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.453Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.454Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.454Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.454Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.454Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.454Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e847c200-0493-4dbe-8265-5ea4c2a20b5e
Model Version:NULL
Model InvariantUuid:f634c22e-544c-45af-b5ea-a7ee3f5b96d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T07:07:32.464Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6300db59-4824-46c1-a991-73ff86b97484
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:07:32.467Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-07-03T07:07:32.467Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6300db59-4824-46c1-a991-73ff86b97484
2022-07-03T07:07:32.468Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e847c200-0493-4dbe-8265-5ea4c2a20b5e
2022-07-03T07:07:32.468Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e847c200-0493-4dbe-8265-5ea4c2a20b5e
2022-07-03T07:07:32.468Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6300db59-4824-46c1-a991-73ff86b97484 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:07:32.473Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d4c831, org.onap.sdc.toscaparser.api.parameters.Input@49510653, org.onap.sdc.toscaparser.api.parameters.Input@7bf29025, org.onap.sdc.toscaparser.api.parameters.Input@3da58fd4, org.onap.sdc.toscaparser.api.parameters.Input@5cd14d11]
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e847c200-0493-4dbe-8265-5ea4c2a20b5e: test-pnf
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Processing PNF resource: 6300db59-4824-46c1-a991-73ff86b97484
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T07:07:32.474Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T07:07:32.475Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||Resource customization UUID: 73120659-1177-444a-82d3-6dae606b6ec5 is the same as notified resource customizationUUID: 73120659-1177-444a-82d3-6dae606b6ec5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-03T07:07:32.511Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6300db59-4824-46c1-a991-73ff86b97484 0 ASDC deployResourceStructure
2022-07-03T07:07:32.511Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-03T07:07:32.511Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T07:07:32.511Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T07:07:32.511Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:07:32.513Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:07:32.513Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832052511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:07:32.613Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T07:07:32.613Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:07:32.613Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:07:32.627Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:07:32.628Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T07:07:33.513Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efb70758-a184-4e28-bae0-412ce7d812e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:07:33.527Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efb70758-a184-4e28-bae0-412ce7d812e8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.530Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.531Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.531Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T07:07:33.531Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T07:07:33.535Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T07:08:03.536Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efb70758-a184-4e28-bae0-412ce7d812e8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T07:08:03.547Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efb70758-a184-4e28-bae0-412ce7d812e8 and serviceModelVersionId: e847c200-0493-4dbe-8265-5ea4c2a20b5e
2022-07-03T07:08:03.547Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f634c22e-544c-45af-b5ea-a7ee3f5b96d2
2022-07-03T07:08:03.548Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0
2022-07-03T07:08:03.552Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T07:08:03.587Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0|INFO|500||Invoke
2022-07-03T07:08:03.588Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efb70758-a184-4e28-bae0-412ce7d812e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c537633e-6022-4a92-a67e-b0cf746b9cc4], X-ECOMP-RequestID=[efb70758-a184-4e28-bae0-412ce7d812e8], X-TransactionId=[], X-ONAP-RequestID=[efb70758-a184-4e28-bae0-412ce7d812e8], Content-Type=[application/merge-patch+json]}
2022-07-03T07:08:03.605Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T07:08:03.715Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?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/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220703-07:08:04:064-99687], vertex-id=[299048], Content-Length=[0], Date=[Sun, 03 Jul 2022 07:08:04 GMT], Content-Type=[application/json]}
2022-07-03T07:08:03.715Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T07:08:03.716Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f634c22e-544c-45af-b5ea-a7ee3f5b96d2/model-vers/model-ver/e847c200-0493-4dbe-8265-5ea4c2a20b5e?depth=0|INFO|500||InvokeReturn
2022-07-03T07:08:03.716Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T07:08:03.716Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T07:08:03.727Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T07:08:03.728Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efb70758-a184-4e28-bae0-412ce7d812e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T07:08:03.728Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T07:08:03.728Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T07:08:03.730Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T07:08:03.730Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832083728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:08:03.830Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T07:08:03.830Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T07:08:03.831Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:03.846Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:03.847Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T07:08:04.742Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:04.742Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:04.743Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:14.310Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:14.311Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:14.311Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:14.311Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:23.910Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:23.910Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:23.911Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:23.911Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:25.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:25.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216bdc10-e98c-4550-83ad-5c5b5327050d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831956171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:08:25.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T07:08:25.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831970229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831972647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831973715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:08:25.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831974792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831975968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831976990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831977994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T07:08:25.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831978997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:08:25.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:08:33.462Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:33.463Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:33.464Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:33.464Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:43.040Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:08:43.041Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:08:43.041Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:08:43.041Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:08:52.581Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:09:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:09:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:09:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:09:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:09:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:09:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:09:25.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:09:25.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:09:25.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71417730-b87a-45a2-bf9e-f90481e492ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832040259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:09:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:09:25.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:09:25.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:09:34.582Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:10:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:10:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:10:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:10:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:10:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:10:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:10:25.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:10:25.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:10:25.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:10:25.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:10:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T07:10:25.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:10:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656831957185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T07:10:25.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T07:10:25.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832050639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T07:10:25.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:10:25.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832052511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T07:10:25.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:10:25.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T07:10:25.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efb70758-a184-4e28-bae0-412ce7d812e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656832083728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T07:10:25.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T07:10:34.570Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:11:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:11:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:11:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:11:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:11:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:11:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:11:34.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:11:34.574Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:12:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:12:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:12:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:12:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:12:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:12:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:12:34.592Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:12:34.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:13:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:13:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:13:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:13:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:13:25.027Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:13:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:13:34.595Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:13:34.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:14:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:14:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:14:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:14:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:14:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:14:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:14:34.575Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:14:34.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:15:25.017Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:15:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:15:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:15:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:15:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:15:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:15:34.591Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:15:34.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:16:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:16:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:16:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:16:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:16:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:16:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:16:34.581Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:16:34.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:17:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:17:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:17:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:17:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:17:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:17:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:17:34.574Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:17:34.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:18:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:18:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:18:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:18:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:18:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:18:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:18:34.583Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:18:34.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:19:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:19:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:19:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:19:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:19:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:19:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:19:34.589Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:19:34.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:20:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:20:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:20:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:20:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:20:25.027Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:20:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:20:34.594Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:20:34.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:21:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:21:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:21:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:21:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:21:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:21:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:21:34.584Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:21:34.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:22:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:22:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:22:25.019Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:22:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:22:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:22:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:22:34.582Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:22:34.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:23:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:23:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:23:25.018Z|efb70758-a184-4e28-bae0-412ce7d812e8|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:23:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:23:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:23:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:23:34.574Z|efb70758-a184-4e28-bae0-412ce7d812e8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:23:34.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:24:25.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:24:25.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:24:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:24:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:24:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:24:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:24:34.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:24:34.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:25:25.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:25:25.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:25:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:25:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:25:25.027Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:25:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:25:34.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:25:34.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:26:25.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:26:25.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:26:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:26:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T07:26:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T07:26:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T07:26:34.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T07:26:34.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK