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)

2021-10-08T02:52:49.907Z||main|||||INFO|500||The following profiles are active: basic
2021-10-08T02:53:00.203Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-08T02:53:00.204Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-08T02:53:00.289Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-08T02:53:02.740Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-08T02:53:02.925Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-08T02:53:03.343Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-08T02:53:03.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-08T02:53:03.429Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-08T02:53:03.549Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-08T02:53:03.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-08T02:53:04.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-08T02:53:06.944Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-08T02:53:06.994Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-08T02:53:07.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-08T02:53:07.776Z||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.
2021-10-08T02:53:08.980Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-08T02:53:09.989Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-08T02:53:10.011Z||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$$a5c7c881.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)
2021-10-08T02:53:10.012Z||main|||||WARN|500||The sdc end point is not alive
2021-10-08T02:53:13.245Z||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
2021-10-08T02:53:16.105Z||main|||||WARN|500||---
2021-10-08T02:53:16.106Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-08T02:53:16.106Z||main|||||WARN|500||---
2021-10-08T02:53:16.558Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-08T02:53:20.917Z||main|||||INFO|500||Started Application in 35.868 seconds (JVM running for 37.172)
2021-10-08T02:53:20.935Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:53:20.936Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:53:20.980Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:53:21.010Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:53:21.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 439d63f2-c1c3-4d8e-8479-2e07f2870df7 url= /sdc/v1/artifactTypes
2021-10-08T02:53:21.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:53:22.186Z||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.0.227] 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$$d768ace3.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
2021-10-08T02:53:22.192Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cfe9c0
2021-10-08T02:53:22.192Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:53:22.201Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:53:22.202Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:53:22.204Z||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$$d768ace3.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
2021-10-08T02:54:10.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:54:10.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:54:10.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:54:10.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:54:10.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e19a0e44-8bc9-4fe1-aa86-d1162192be7b url= /sdc/v1/artifactTypes
2021-10-08T02:54:10.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:54:11.945Z||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.0.227] 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$$d768ace3.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
2021-10-08T02:54:11.946Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68719ae
2021-10-08T02:54:11.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:54:11.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:54:11.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:54:11.948Z||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$$d768ace3.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
2021-10-08T02:55:00.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:55:00.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:55:00.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:55:00.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:55:00.921Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= feda235a-67f1-4d37-87e4-b1717102ae32 url= /sdc/v1/artifactTypes
2021-10-08T02:55:00.921Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:55:01.968Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] 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$$d768ace3.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
2021-10-08T02:55:01.969Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40d83bf0
2021-10-08T02:55:01.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:55:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:55:01.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:55:01.972Z||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$$d768ace3.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
2021-10-08T02:55:50.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:55:50.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:55:50.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:55:50.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:55:50.924Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07d1ede4-d454-452d-b200-513f6ab265c0 url= /sdc/v1/artifactTypes
2021-10-08T02:55:50.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:55:51.945Z||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.0.227] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-10-08T02:55:51.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15f57241
2021-10-08T02:55:51.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:55:51.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:55:51.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:55:51.949Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-10-08T02:56:40.913Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:56:40.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:56:40.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:56:40.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:56:40.922Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a119999e-be5c-4ad9-8fbc-a352a65e8cdb url= /sdc/v1/artifactTypes
2021-10-08T02:56:40.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:56:41.961Z||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.0.227] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-10-08T02:56:41.962Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c692ef
2021-10-08T02:56:41.963Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:56:41.963Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:56:41.964Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:56:41.964Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-10-08T02:57:30.913Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:57:30.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:57:30.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:57:30.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:57:30.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c556b6b8-0c55-4453-adb7-1eab6682a306 url= /sdc/v1/artifactTypes
2021-10-08T02:57:30.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:57:31.946Z||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.0.227] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-10-08T02:57:31.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57c26852
2021-10-08T02:57:31.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:57:31.948Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:57:31.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:57:31.949Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d768ace3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-10-08T02:58:20.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:58:20.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:58:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:58:20.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:58:20.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2dcfcd1-0020-48e7-95d1-2c6314767f54 url= /sdc/v1/artifactTypes
2021-10-08T02:58:20.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:58:21.129Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-08T02:58:21.140Z||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
2021-10-08T02:58:21.168Z||scheduling-1|||||DEBUG|500||create keys
2021-10-08T02:58:21.174Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-08T02:58:21.205Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T02:58:21.224Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e4a6350a-435e-488d-b86e-9e3deb28d4d8 url= /sdc/v1/registerForDistribution
2021-10-08T02:58:21.407Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e4a6350a-435e-488d-b86e-9e3deb28d4d8 url= /sdc/v1/registerForDistribution
2021-10-08T02:58:21.408Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-08T02:58:21.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:58:21.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:58:21.423Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-08T02:58:21.425Z||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.
2021-10-08T02:58:21.425Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:58:21.425Z||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.
2021-10-08T02:58:21.425Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:58:31.718Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T02:58:31.721Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T02:59:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:59:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:59:21.420Z||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.
2021-10-08T02:59:21.420Z||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.
2021-10-08T02:59:21.420Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:59:21.420Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:59:30.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T02:59:30.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:00:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:00:21.416Z||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.
2021-10-08T03:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:00:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:00:21.418Z||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.
2021-10-08T03:00:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:00:30.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:00:30.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:01:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:01:21.417Z||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.
2021-10-08T03:01:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:01:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:01:21.418Z||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.
2021-10-08T03:01:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:01:30.985Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:01:30.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:02:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:02:21.417Z||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.
2021-10-08T03:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:02:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:02:21.418Z||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.
2021-10-08T03:02:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:02:30.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:02:30.989Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:03:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:03:21.416Z||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.
2021-10-08T03:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:03:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:03:21.418Z||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.
2021-10-08T03:03:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:03:27.254Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-08T03:03:30.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:03:30.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:04:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:04:21.417Z||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.
2021-10-08T03:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:04:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:04:21.418Z||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.
2021-10-08T03:04:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:04:30.985Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:04:30.993Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:05:21.416Z||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.
2021-10-08T03:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:05:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:05:21.418Z||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.
2021-10-08T03:05:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:05:30.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:05:31.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:06:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:06:21.417Z||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.
2021-10-08T03:06:21.417Z||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.
2021-10-08T03:06:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:06:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:06:30.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:06:30.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:07:21.416Z||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.
2021-10-08T03:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:07:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:07:21.417Z||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.
2021-10-08T03:07:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:07:30.980Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:07:30.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:08:21.416Z||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.
2021-10-08T03:08:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:08:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:08:21.418Z||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.
2021-10-08T03:08:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:08:30.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:08:30.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:09:21.416Z||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.
2021-10-08T03:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:09:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:09:21.418Z||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.
2021-10-08T03:09:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:09:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:09:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:10:21.416Z||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.
2021-10-08T03:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:10:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:10:21.418Z||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.
2021-10-08T03:10:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:10:30.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:10:30.978Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:11:21.416Z||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.
2021-10-08T03:11:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:11:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:11:21.418Z||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.
2021-10-08T03:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:11:30.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:11:30.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:12:21.416Z||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.
2021-10-08T03:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:12:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:12:21.417Z||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.
2021-10-08T03:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:12:30.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:12:30.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:13:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:13:21.416Z||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.
2021-10-08T03:13:21.417Z||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.
2021-10-08T03:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:13:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:13:30.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:13:30.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:14:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:14:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:14:21.417Z||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.
2021-10-08T03:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:14:21.417Z||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.
2021-10-08T03:14:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:14:30.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:14:30.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:15:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:15:21.416Z||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.
2021-10-08T03:15:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:15:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:15:21.417Z||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.
2021-10-08T03:15:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:15:30.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:15:30.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:16:21.416Z||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.
2021-10-08T03:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:16:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:16:21.418Z||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.
2021-10-08T03:16:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:16:30.970Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:16:30.987Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:17:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:17:21.416Z||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.
2021-10-08T03:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:17:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:17:21.417Z||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.
2021-10-08T03:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:17:30.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:17:30.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:18:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:18:21.416Z||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.
2021-10-08T03:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:18:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:18:21.417Z||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.
2021-10-08T03:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:18:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:18:30.986Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:19:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:19:21.416Z||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.
2021-10-08T03:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:19:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:19:21.418Z||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.
2021-10-08T03:19:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:19:30.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:19:31.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:20:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:20:21.416Z||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.
2021-10-08T03:20:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:20:21.417Z||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.
2021-10-08T03:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:20:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:20:30.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:21:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:21:21.417Z||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.
2021-10-08T03:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:21:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:21:21.417Z||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.
2021-10-08T03:21:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:21:30.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:21:30.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:22:21.416Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:22:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:22:21.417Z||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.
2021-10-08T03:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:22:21.417Z||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.
2021-10-08T03:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:22:30.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:22:30.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:23:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:23:21.417Z||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.
2021-10-08T03:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:23:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:23:21.417Z||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.
2021-10-08T03:23:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:23:30.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:23:30.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:24:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:24:21.416Z||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.
2021-10-08T03:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:24:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:24:21.418Z||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.
2021-10-08T03:24:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:24:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:24:30.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:25:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:25:21.416Z||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.
2021-10-08T03:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:25:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:25:21.418Z||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.
2021-10-08T03:25:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:25:30.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:25:30.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:26:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:26:21.416Z||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.
2021-10-08T03:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:26:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:26:21.417Z||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.
2021-10-08T03:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:26:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:26:30.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:27:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:27:21.416Z||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.
2021-10-08T03:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:27:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:27:21.417Z||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.
2021-10-08T03:27:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:27:30.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:27:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:28:21.416Z||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.
2021-10-08T03:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:28:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:28:21.417Z||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.
2021-10-08T03:28:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:28:30.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:28:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:29:21.416Z||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.
2021-10-08T03:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:29:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:29:21.417Z||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.
2021-10-08T03:29:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:29:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:29:30.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:30:21.416Z||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.
2021-10-08T03:30:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:30:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:30:21.417Z||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.
2021-10-08T03:30:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:30:30.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:30:30.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:31:21.416Z||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.
2021-10-08T03:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:31:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:31:21.417Z||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.
2021-10-08T03:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:31:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:31:30.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:32:21.416Z||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.
2021-10-08T03:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:32:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:32:21.417Z||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.
2021-10-08T03:32:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:32:30.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:32:30.980Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:33:21.416Z||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.
2021-10-08T03:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:33:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:33:21.417Z||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.
2021-10-08T03:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:33:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:33:30.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:34:21.416Z||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.
2021-10-08T03:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:34:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:34:21.417Z||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.
2021-10-08T03:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:34:30.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:34:30.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:35:21.416Z||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.
2021-10-08T03:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:35:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:35:21.417Z||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.
2021-10-08T03:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:35:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:35:30.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:36:21.416Z||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.
2021-10-08T03:36:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:36:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:36:21.417Z||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.
2021-10-08T03:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:36:30.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:36:30.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:37:21.416Z||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.
2021-10-08T03:37:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:37:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:37:21.418Z||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.
2021-10-08T03:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:37:30.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:37:30.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:38:21.416Z||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.
2021-10-08T03:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:38:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:38:21.417Z||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.
2021-10-08T03:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:38:30.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:38:30.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:39:21.417Z||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.
2021-10-08T03:39:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:39:21.417Z||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.
2021-10-08T03:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:39:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:39:30.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:40:21.416Z||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.
2021-10-08T03:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:40:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:40:21.417Z||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.
2021-10-08T03:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:40:30.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:40:30.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:41:21.416Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:41:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:41:21.418Z||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.
2021-10-08T03:41:21.418Z||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.
2021-10-08T03:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:41:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:41:30.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:42:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:42:21.416Z||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.
2021-10-08T03:42:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:42:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:42:21.418Z||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.
2021-10-08T03:42:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:42:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:42:30.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:43:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:43:21.416Z||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.
2021-10-08T03:43:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:43:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:43:21.418Z||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.
2021-10-08T03:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:43:30.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:43:30.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:44:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:44:21.416Z||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.
2021-10-08T03:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:44:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:44:21.417Z||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.
2021-10-08T03:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:44:30.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:44:30.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:45:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:45:21.417Z||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.
2021-10-08T03:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:45:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:45:21.418Z||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.
2021-10-08T03:45:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:45:30.973Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:45:30.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:46:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:46:21.416Z||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.
2021-10-08T03:46:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:46:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:46:21.418Z||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.
2021-10-08T03:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:46:30.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:46:30.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:47:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:47:21.416Z||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.
2021-10-08T03:47:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:47:21.417Z||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.
2021-10-08T03:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:47:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:47:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:47:30.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:48:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:48:21.416Z||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.
2021-10-08T03:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:48:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:48:21.417Z||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.
2021-10-08T03:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:48:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:48:30.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:49:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:49:21.416Z||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.
2021-10-08T03:49:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:49:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:49:21.417Z||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.
2021-10-08T03:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:49:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:49:30.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:50:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:50:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:50:21.417Z||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.
2021-10-08T03:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:50:21.417Z||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.
2021-10-08T03:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:50:30.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:50:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:51:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:51:21.416Z||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.
2021-10-08T03:51:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:51:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:51:21.418Z||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.
2021-10-08T03:51:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:51:30.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:51:30.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:52:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:52:21.416Z||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.
2021-10-08T03:52:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:52:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:52:21.417Z||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.
2021-10-08T03:52:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:52:30.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:52:30.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:53:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:53:21.416Z||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.
2021-10-08T03:53:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:53:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:53:21.417Z||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.
2021-10-08T03:53:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:53:30.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:53:30.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:54:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:54:21.416Z||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.
2021-10-08T03:54:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:54:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:54:21.417Z||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.
2021-10-08T03:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:54:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:54:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:55:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:55:21.416Z||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.
2021-10-08T03:55:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:55:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:55:21.417Z||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.
2021-10-08T03:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:55:30.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:55:30.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:56:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:56:21.416Z||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.
2021-10-08T03:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:56:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:56:21.417Z||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.
2021-10-08T03:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:56:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:56:30.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:57:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:57:21.416Z||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.
2021-10-08T03:57:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:57:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:57:21.417Z||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.
2021-10-08T03:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:57:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:57:30.973Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:58:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:58:21.416Z||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.
2021-10-08T03:58:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:58:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:58:21.417Z||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.
2021-10-08T03:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:58:30.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:58:30.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:59:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:59:21.416Z||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.
2021-10-08T03:59:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:59:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:59:21.417Z||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.
2021-10-08T03:59:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:59:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T03:59:30.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:00:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:00:21.416Z||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.
2021-10-08T04:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:00:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:00:21.417Z||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.
2021-10-08T04:00:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:00:30.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:00:30.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:01:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:01:21.416Z||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.
2021-10-08T04:01:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:01:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:01:21.418Z||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.
2021-10-08T04:01:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:01:30.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:01:30.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:02:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:02:21.416Z||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.
2021-10-08T04:02:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:02:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:02:21.417Z||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.
2021-10-08T04:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:02:30.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:02:30.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:03:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:03:21.416Z||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.
2021-10-08T04:03:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:03:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:03:21.417Z||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.
2021-10-08T04:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:03:30.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:03:30.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:04:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:04:21.416Z||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.
2021-10-08T04:04:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:04:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:04:21.417Z||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.
2021-10-08T04:04:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:04:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:04:30.970Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:05:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:05:21.416Z||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.
2021-10-08T04:05:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:05:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:05:21.417Z||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.
2021-10-08T04:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:05:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:05:30.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:06:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:06:21.416Z||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.
2021-10-08T04:06:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:06:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:06:21.417Z||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.
2021-10-08T04:06:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:06:30.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:06:30.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:07:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:07:21.416Z||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.
2021-10-08T04:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:07:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:07:21.418Z||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.
2021-10-08T04:07:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:07:30.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:07:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:08:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:08:21.416Z||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.
2021-10-08T04:08:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:08:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:08:21.417Z||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.
2021-10-08T04:08:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:08:30.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:08:30.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:09:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:09:21.416Z||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.
2021-10-08T04:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:09:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:09:21.417Z||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.
2021-10-08T04:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:09:30.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:09:30.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:10:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:10:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:10:21.418Z||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.
2021-10-08T04:10:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:10:21.418Z||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.
2021-10-08T04:10:21.421Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:10:30.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:10:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:11:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:11:21.416Z||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.
2021-10-08T04:11:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:11:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:11:21.418Z||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.
2021-10-08T04:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:11:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:11:30.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:12:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:12:21.416Z||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.
2021-10-08T04:12:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:12:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:12:21.418Z||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.
2021-10-08T04:12:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:12:30.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:12:30.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:13:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:13:21.416Z||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.
2021-10-08T04:13:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:13:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:13:21.417Z||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.
2021-10-08T04:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:13:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:13:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:14:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:14:21.416Z||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.
2021-10-08T04:14:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:14:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:14:21.417Z||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.
2021-10-08T04:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:14:30.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:14:30.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:15:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:15:21.416Z||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.
2021-10-08T04:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:15:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:15:21.418Z||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.
2021-10-08T04:15:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:15:30.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:15:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:16:21.416Z||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.
2021-10-08T04:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:16:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:16:21.418Z||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.
2021-10-08T04:16:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:16:30.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:16:30.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:17:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:17:21.416Z||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.
2021-10-08T04:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:17:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:17:21.417Z||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.
2021-10-08T04:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:17:30.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:17:30.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:18:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:18:21.416Z||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.
2021-10-08T04:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:18:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:18:21.417Z||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.
2021-10-08T04:18:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:18:31.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:18:31.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:19:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:19:21.416Z||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.
2021-10-08T04:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:19:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:19:21.417Z||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.
2021-10-08T04:19:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:19:30.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:19:30.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:20:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:20:21.416Z||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.
2021-10-08T04:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:20:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:20:21.417Z||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.
2021-10-08T04:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:20:30.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:20:30.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:21:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:21:21.416Z||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.
2021-10-08T04:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:21:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:21:21.417Z||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.
2021-10-08T04:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:21:30.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:21:30.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:22:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:22:21.416Z||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.
2021-10-08T04:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:22:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:22:21.417Z||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.
2021-10-08T04:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:22:30.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:22:30.973Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:23:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:23:21.416Z||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.
2021-10-08T04:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:23:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:23:21.417Z||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.
2021-10-08T04:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:23:30.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:23:30.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:24:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:24:21.416Z||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.
2021-10-08T04:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:24:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:24:21.417Z||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.
2021-10-08T04:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:24:30.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:24:30.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:25:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:25:21.416Z||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.
2021-10-08T04:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:25:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:25:21.417Z||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.
2021-10-08T04:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:25:30.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:25:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:26:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:26:21.416Z||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.
2021-10-08T04:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:26:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:26:21.417Z||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.
2021-10-08T04:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:26:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:26:30.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:27:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:27:21.416Z||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.
2021-10-08T04:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:27:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:27:21.417Z||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.
2021-10-08T04:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:27:30.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:27:30.991Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:28:21.416Z||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.
2021-10-08T04:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:28:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:28:21.417Z||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.
2021-10-08T04:28:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:28:30.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:28:30.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:29:21.416Z||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.
2021-10-08T04:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:29:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:29:21.418Z||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.
2021-10-08T04:29:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:29:30.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:29:30.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:30:21.416Z||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.
2021-10-08T04:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:30:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:30:21.417Z||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.
2021-10-08T04:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:30:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:30:30.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:31:21.416Z||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.
2021-10-08T04:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:31:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:31:21.417Z||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.
2021-10-08T04:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:31:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:31:30.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:32:21.416Z||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.
2021-10-08T04:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:32:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:32:21.417Z||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.
2021-10-08T04:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:32:30.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:32:30.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:33:21.416Z||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.
2021-10-08T04:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:33:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:33:21.417Z||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.
2021-10-08T04:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:33:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:33:30.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:34:21.416Z||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.
2021-10-08T04:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:34:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:34:21.418Z||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.
2021-10-08T04:34:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:34:30.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:34:30.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:35:21.416Z||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.
2021-10-08T04:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:35:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:35:21.417Z||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.
2021-10-08T04:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:35:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:35:30.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:36:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:36:21.417Z||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.
2021-10-08T04:36:21.417Z||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.
2021-10-08T04:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:36:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:36:30.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:37:21.416Z||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.
2021-10-08T04:37:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:37:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:37:21.417Z||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.
2021-10-08T04:37:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:37:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:37:30.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:38:21.416Z||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.
2021-10-08T04:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:38:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:38:21.417Z||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.
2021-10-08T04:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:38:30.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:38:30.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:39:21.416Z||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.
2021-10-08T04:39:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:39:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:39:21.417Z||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.
2021-10-08T04:39:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:39:30.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:39:30.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:40:21.416Z||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.
2021-10-08T04:40:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:40:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:40:21.417Z||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.
2021-10-08T04:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:40:30.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:40:30.971Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:41:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:41:21.416Z||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.
2021-10-08T04:41:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:41:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:41:21.417Z||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.
2021-10-08T04:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:41:30.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:41:30.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:42:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:42:21.416Z||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.
2021-10-08T04:42:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:42:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:42:21.417Z||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.
2021-10-08T04:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:42:30.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:42:30.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:43:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:43:21.416Z||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.
2021-10-08T04:43:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:43:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:43:21.417Z||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.
2021-10-08T04:43:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:43:30.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:43:30.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:44:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:44:21.416Z||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.
2021-10-08T04:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:44:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:44:21.417Z||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.
2021-10-08T04:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:44:30.999Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:44:30.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:45:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:45:21.416Z||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.
2021-10-08T04:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:45:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:45:21.418Z||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.
2021-10-08T04:45:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:45:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:45:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:46:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:46:21.416Z||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.
2021-10-08T04:46:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:46:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:46:21.417Z||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.
2021-10-08T04:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:46:30.970Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:46:30.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:47:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:47:21.416Z||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.
2021-10-08T04:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:47:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:47:21.417Z||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.
2021-10-08T04:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:47:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:47:30.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:48:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:48:21.416Z||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.
2021-10-08T04:48:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:48:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:48:21.418Z||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.
2021-10-08T04:48:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:48:30.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:48:30.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:49:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:49:21.416Z||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.
2021-10-08T04:49:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:49:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:49:21.417Z||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.
2021-10-08T04:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:49:30.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:49:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:50:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:50:21.416Z||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.
2021-10-08T04:50:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:50:21.417Z||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.
2021-10-08T04:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:50:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:50:30.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:50:30.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:51:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:51:21.416Z||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.
2021-10-08T04:51:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:51:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:51:21.417Z||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.
2021-10-08T04:51:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:51:30.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:51:30.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:52:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:52:21.416Z||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.
2021-10-08T04:52:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:52:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:52:21.418Z||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.
2021-10-08T04:52:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:52:30.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:52:30.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:53:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:53:21.416Z||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.
2021-10-08T04:53:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:53:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:53:21.417Z||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.
2021-10-08T04:53:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:53:30.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:53:30.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:54:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:54:21.416Z||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.
2021-10-08T04:54:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:54:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:54:21.417Z||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.
2021-10-08T04:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:54:30.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:54:30.972Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:55:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:55:21.416Z||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.
2021-10-08T04:55:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:55:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:55:21.417Z||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.
2021-10-08T04:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:55:30.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:55:30.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:56:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:56:21.416Z||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.
2021-10-08T04:56:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:56:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:56:21.417Z||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.
2021-10-08T04:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:56:30.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:56:30.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:57:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:57:21.416Z||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.
2021-10-08T04:57:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:57:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:57:21.417Z||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.
2021-10-08T04:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:57:30.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:57:30.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:58:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:58:21.416Z||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.
2021-10-08T04:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:58:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:58:21.417Z||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.
2021-10-08T04:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:58:30.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:58:30.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:59:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:59:21.416Z||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.
2021-10-08T04:59:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:59:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:59:21.417Z||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.
2021-10-08T04:59:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:59:30.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T04:59:30.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:00:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:00:21.416Z||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.
2021-10-08T05:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:00:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:00:21.417Z||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.
2021-10-08T05:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:00:30.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:00:30.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:01:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:01:21.416Z||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.
2021-10-08T05:01:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:01:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:01:21.419Z||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.
2021-10-08T05:01:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:01:30.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:01:30.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:02:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:02:21.416Z||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.
2021-10-08T05:02:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:02:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:02:21.417Z||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.
2021-10-08T05:02:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:02:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:02:30.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:03:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:03:21.416Z||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.
2021-10-08T05:03:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:03:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:03:21.417Z||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.
2021-10-08T05:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:03:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:03:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:04:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:04:21.416Z||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.
2021-10-08T05:04:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:04:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:04:21.417Z||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.
2021-10-08T05:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:04:30.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:04:30.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:05:21.416Z||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.
2021-10-08T05:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:05:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:05:21.417Z||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.
2021-10-08T05:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:05:30.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:05:30.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:06:21.416Z||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.
2021-10-08T05:06:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:06:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:06:21.417Z||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.
2021-10-08T05:06:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:06:30.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:06:30.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:07:21.416Z||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.
2021-10-08T05:07:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:07:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:07:21.417Z||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.
2021-10-08T05:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:07:30.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:07:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:08:21.416Z||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.
2021-10-08T05:08:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:08:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:08:21.417Z||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.
2021-10-08T05:08:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:08:30.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:08:30.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:09:21.416Z||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.
2021-10-08T05:09:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:09:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:09:21.417Z||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.
2021-10-08T05:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:09:30.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:09:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:10:21.416Z||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.
2021-10-08T05:10:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:10:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:10:21.417Z||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.
2021-10-08T05:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:10:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:10:30.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:11:21.416Z||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.
2021-10-08T05:11:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:11:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:11:21.417Z||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.
2021-10-08T05:11:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:11:30.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:11:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:12:21.416Z||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.
2021-10-08T05:12:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:12:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:12:21.417Z||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.
2021-10-08T05:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:12:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:12:30.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:13:21.416Z||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.
2021-10-08T05:13:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:13:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:13:21.417Z||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.
2021-10-08T05:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:13:30.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:13:30.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:14:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:14:21.416Z||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.
2021-10-08T05:14:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:14:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:14:21.417Z||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.
2021-10-08T05:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:14:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:14:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:15:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:15:21.416Z||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.
2021-10-08T05:15:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:15:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:15:21.417Z||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.
2021-10-08T05:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:15:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:15:30.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:16:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:16:21.416Z||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.
2021-10-08T05:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:16:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:16:21.417Z||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.
2021-10-08T05:16:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:16:30.980Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:16:30.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:17:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:17:21.416Z||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.
2021-10-08T05:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:17:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:17:21.417Z||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.
2021-10-08T05:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:17:30.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:17:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:18:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:18:21.416Z||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.
2021-10-08T05:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:18:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:18:21.417Z||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.
2021-10-08T05:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:18:30.959Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:18:30.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:19:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:19:21.416Z||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.
2021-10-08T05:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:19:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:19:21.417Z||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.
2021-10-08T05:19:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:19:30.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:19:30.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:20:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:20:21.416Z||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.
2021-10-08T05:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:20:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:20:21.417Z||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.
2021-10-08T05:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:20:30.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:20:30.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:21:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:21:21.416Z||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.
2021-10-08T05:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:21:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:21:21.417Z||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.
2021-10-08T05:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:21:30.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:21:30.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:22:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:22:21.416Z||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.
2021-10-08T05:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:22:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:22:21.417Z||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.
2021-10-08T05:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:22:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:22:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:23:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:23:21.416Z||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.
2021-10-08T05:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:23:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:23:21.418Z||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.
2021-10-08T05:23:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:23:30.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:23:30.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:24:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:24:21.416Z||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.
2021-10-08T05:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:24:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:24:21.417Z||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.
2021-10-08T05:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:24:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:24:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:25:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:25:21.416Z||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.
2021-10-08T05:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:25:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:25:21.417Z||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.
2021-10-08T05:25:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:25:30.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:25:30.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:26:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:26:21.416Z||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.
2021-10-08T05:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:26:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:26:21.417Z||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.
2021-10-08T05:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:26:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:26:30.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:27:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:27:21.416Z||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.
2021-10-08T05:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:27:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:27:21.417Z||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.
2021-10-08T05:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:27:30.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:27:30.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:28:21.416Z||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.
2021-10-08T05:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:28:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:28:21.417Z||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.
2021-10-08T05:28:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:28:30.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:28:30.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:29:21.416Z||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.
2021-10-08T05:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:29:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:29:21.417Z||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.
2021-10-08T05:29:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:29:30.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:29:30.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:30:21.416Z||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.
2021-10-08T05:30:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:30:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:30:21.417Z||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.
2021-10-08T05:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:30:30.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:30:30.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:31:21.416Z||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.
2021-10-08T05:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:31:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:31:21.417Z||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.
2021-10-08T05:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:31:30.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:31:30.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:32:21.416Z||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.
2021-10-08T05:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:32:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:32:21.417Z||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.
2021-10-08T05:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:32:30.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:32:30.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:33:21.416Z||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.
2021-10-08T05:33:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:33:21.417Z||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.
2021-10-08T05:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:33:30.970Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:33:30.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:34:21.416Z||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.
2021-10-08T05:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:34:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:34:21.417Z||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.
2021-10-08T05:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:34:30.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:34:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:35:21.416Z||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.
2021-10-08T05:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:35:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:35:21.417Z||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.
2021-10-08T05:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:35:30.958Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:35:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:36:21.416Z||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.
2021-10-08T05:36:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:36:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:36:21.417Z||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.
2021-10-08T05:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:36:30.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:36:30.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:37:21.416Z||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.
2021-10-08T05:37:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:37:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:37:21.417Z||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.
2021-10-08T05:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:37:30.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:37:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:38:21.416Z||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.
2021-10-08T05:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:38:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:38:21.417Z||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.
2021-10-08T05:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:38:30.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:38:30.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:39:21.416Z||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.
2021-10-08T05:39:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:39:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:39:21.417Z||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.
2021-10-08T05:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:39:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:39:30.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:40:21.416Z||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.
2021-10-08T05:40:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:40:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:40:21.417Z||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.
2021-10-08T05:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:40:30.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:40:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:41:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:41:21.416Z||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.
2021-10-08T05:41:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:41:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:41:21.418Z||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.
2021-10-08T05:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:41:30.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:41:30.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:42:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:42:21.416Z||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.
2021-10-08T05:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:42:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:42:21.417Z||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.
2021-10-08T05:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:42:30.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:42:30.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:43:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:43:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:43:21.417Z||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.
2021-10-08T05:43:21.418Z||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.
2021-10-08T05:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:43:30.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:43:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:44:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:44:21.416Z||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.
2021-10-08T05:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:44:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:44:21.417Z||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.
2021-10-08T05:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:44:30.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:44:31.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:45:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:45:21.416Z||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.
2021-10-08T05:45:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:45:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:45:21.417Z||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.
2021-10-08T05:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:45:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:45:30.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:46:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:46:21.416Z||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.
2021-10-08T05:46:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:46:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:46:21.417Z||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.
2021-10-08T05:46:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:46:30.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:46:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:47:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:47:21.416Z||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.
2021-10-08T05:47:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:47:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:47:21.417Z||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.
2021-10-08T05:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:47:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:47:30.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:48:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:48:21.416Z||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.
2021-10-08T05:48:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:48:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:48:21.417Z||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.
2021-10-08T05:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:48:30.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:48:30.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:49:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:49:21.416Z||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.
2021-10-08T05:49:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:49:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:49:21.418Z||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.
2021-10-08T05:49:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:49:30.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:49:30.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:50:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:50:21.416Z||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.
2021-10-08T05:50:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:50:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:50:21.417Z||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.
2021-10-08T05:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:50:30.959Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:50:30.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:51:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:51:21.416Z||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.
2021-10-08T05:51:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:51:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:51:21.417Z||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.
2021-10-08T05:51:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:51:30.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:51:30.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:52:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:52:21.416Z||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.
2021-10-08T05:52:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:52:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:52:21.417Z||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.
2021-10-08T05:52:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:52:30.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:52:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:53:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:53:21.416Z||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.
2021-10-08T05:53:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:53:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:53:21.417Z||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.
2021-10-08T05:53:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:53:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:53:30.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:54:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:54:21.416Z||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.
2021-10-08T05:54:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:54:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:54:21.417Z||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.
2021-10-08T05:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:54:30.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:54:30.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:55:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:55:21.416Z||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.
2021-10-08T05:55:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:55:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:55:21.417Z||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.
2021-10-08T05:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:55:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:55:30.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:56:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:56:21.416Z||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.
2021-10-08T05:56:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:56:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:56:21.417Z||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.
2021-10-08T05:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:56:30.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:56:30.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:57:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:57:21.416Z||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.
2021-10-08T05:57:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:57:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:57:21.417Z||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.
2021-10-08T05:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:57:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:57:30.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:58:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:58:21.416Z||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.
2021-10-08T05:58:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:58:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:58:21.417Z||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.
2021-10-08T05:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:58:30.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:58:30.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:59:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:59:21.416Z||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.
2021-10-08T05:59:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:59:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:59:21.417Z||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.
2021-10-08T05:59:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:59:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T05:59:30.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:00:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:00:21.416Z||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.
2021-10-08T06:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:00:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:00:21.417Z||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.
2021-10-08T06:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:00:30.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:00:30.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:01:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:01:21.416Z||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.
2021-10-08T06:01:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:01:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:01:21.417Z||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.
2021-10-08T06:01:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:01:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:01:30.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:02:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:02:21.416Z||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.
2021-10-08T06:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:02:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:02:21.417Z||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.
2021-10-08T06:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:02:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:02:30.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:03:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:03:21.416Z||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.
2021-10-08T06:03:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:03:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:03:21.417Z||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.
2021-10-08T06:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:03:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:03:30.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:04:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:04:21.416Z||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.
2021-10-08T06:04:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:04:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:04:21.417Z||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.
2021-10-08T06:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:04:30.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:04:30.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:05:21.416Z||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.
2021-10-08T06:05:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:05:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:05:21.417Z||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.
2021-10-08T06:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:05:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:05:30.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:06:21.416Z||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.
2021-10-08T06:06:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:06:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:06:21.417Z||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.
2021-10-08T06:06:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:06:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:06:30.982Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:07:21.416Z||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.
2021-10-08T06:07:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:07:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:07:21.417Z||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.
2021-10-08T06:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:07:30.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:07:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:08:21.416Z||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.
2021-10-08T06:08:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:08:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:08:21.418Z||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.
2021-10-08T06:08:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:08:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:08:30.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:09:21.416Z||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.
2021-10-08T06:09:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:09:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:09:21.418Z||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.
2021-10-08T06:09:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:09:30.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:09:30.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:10:21.416Z||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.
2021-10-08T06:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:10:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:10:21.417Z||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.
2021-10-08T06:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:10:30.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:10:30.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:11:21.416Z||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.
2021-10-08T06:11:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:11:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:11:21.418Z||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.
2021-10-08T06:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:11:30.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:11:30.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:12:21.416Z||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.
2021-10-08T06:12:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:12:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:12:21.417Z||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.
2021-10-08T06:12:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:12:30.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:12:30.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:13:21.416Z||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.
2021-10-08T06:13:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:13:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:13:21.417Z||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.
2021-10-08T06:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:13:30.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:13:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:14:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:14:21.416Z||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.
2021-10-08T06:14:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:14:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:14:21.418Z||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.
2021-10-08T06:14:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:14:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:14:30.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:15:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:15:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:15:21.417Z||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.
2021-10-08T06:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:15:21.417Z||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.
2021-10-08T06:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:15:30.970Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:15:30.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:16:21.416Z||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.
2021-10-08T06:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:16:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:16:21.417Z||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.
2021-10-08T06:16:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:16:30.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:16:30.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:17:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:17:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:17:21.417Z||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.
2021-10-08T06:17:21.417Z||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.
2021-10-08T06:17:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:17:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:17:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:17:30.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:18:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:18:21.416Z||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.
2021-10-08T06:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:18:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:18:21.417Z||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.
2021-10-08T06:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:18:30.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:18:30.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:19:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:19:21.416Z||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.
2021-10-08T06:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:19:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:19:21.417Z||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.
2021-10-08T06:19:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:19:30.977Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:19:30.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:20:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:20:21.416Z||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.
2021-10-08T06:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:20:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:20:21.417Z||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.
2021-10-08T06:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:20:30.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:20:30.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:21:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:21:21.416Z||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.
2021-10-08T06:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:21:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:21:21.417Z||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.
2021-10-08T06:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:21:30.975Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:21:30.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:22:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:22:21.416Z||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.
2021-10-08T06:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:22:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:22:21.417Z||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.
2021-10-08T06:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:22:30.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:22:30.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:23:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:23:21.416Z||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.
2021-10-08T06:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:23:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:23:21.417Z||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.
2021-10-08T06:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:23:30.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:23:30.981Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:24:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:24:21.416Z||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.
2021-10-08T06:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:24:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:24:21.417Z||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.
2021-10-08T06:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:24:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:24:30.981Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:25:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:25:21.416Z||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.
2021-10-08T06:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:25:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:25:21.417Z||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.
2021-10-08T06:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:25:30.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:25:30.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:26:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:26:21.417Z||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.
2021-10-08T06:26:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:26:21.417Z||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.
2021-10-08T06:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:26:30.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:26:30.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:27:21.416Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:27:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:27:21.417Z||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.
2021-10-08T06:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:27:21.417Z||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.
2021-10-08T06:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:27:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:27:30.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:28:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:28:21.416Z||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.
2021-10-08T06:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:28:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:28:21.417Z||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.
2021-10-08T06:28:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:28:30.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:28:30.997Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:29:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:29:21.416Z||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.
2021-10-08T06:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:29:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:29:21.417Z||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.
2021-10-08T06:29:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:29:30.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:29:30.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:30:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:30:21.416Z||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.
2021-10-08T06:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:30:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:30:21.417Z||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.
2021-10-08T06:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:30:30.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:30:30.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:31:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:31:21.416Z||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.
2021-10-08T06:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:31:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:31:21.417Z||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.
2021-10-08T06:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:31:30.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:31:30.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:32:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:32:21.416Z||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.
2021-10-08T06:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:32:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:32:21.417Z||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.
2021-10-08T06:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:32:30.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:32:30.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:33:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:33:21.416Z||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.
2021-10-08T06:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:33:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:33:21.417Z||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.
2021-10-08T06:33:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:33:30.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:33:30.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:34:21.416Z||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.
2021-10-08T06:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:34:21.417Z||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.
2021-10-08T06:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:21.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674831333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674831726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633674834024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "dcae-sch",
  "timestamp": 1633674830213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674834013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674831330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674837557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674844459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674844478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674844477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "cds",
  "timestamp": 1633674845493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-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=?
2021-10-08T06:34:22.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:22.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1befa228-36ba-43ff-9414-174930c8bc77","serviceName":"vFW 2021-10-08 06-29-55","serviceVersion":"1.0","serviceUUID":"4c3f0219-bbfe-461f-9aaa-263620f7521a","serviceDescription":"catalog service description","serviceInvariantUUID":"20b545fc-521f-4390-8bb1-69e8883277a6","resources":[{"resourceInstanceName":"vFW f1060765-25c8 0","resourceName":"vFW f1060765-25c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a74229d6-8b5e-4ca2-9f4e-3107821a28c3","resourceInvariantUUID":"9ab3830c-ee9b-4f22-add9-205cb8176a7d","resourceCustomizationUUID":"a4270425-96a6-4b84-882e-9138452c8b0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml","artifactChecksum":"NDc5MDRkOWUyYjBlNDZiM2VhNGQ0ZWE3MDYxNTQ3NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"323c21f0-7b8b-4135-ac56-22ccda1c67d4","artifactVersion":"1"},{"artifactName":"vfwf106076525c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json","artifactChecksum":"OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acebc05b-b031-43e7-9556-db286736662a","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be1925bc-9b06-49b6-a6f2-cc5e878f386c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDFlMzgxODg2NGNjNTA3MjY3YWEwY2M3OTM5YzU0ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5f3bbd0-8942-415c-acd2-1442d7cf07e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6a4204a-1dd1-4efc-8447-ef0a2d83db66","artifactVersion":"3","generatedFromUUID":"be1925bc-9b06-49b6-a6f2-cc5e878f386c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211008062955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml","artifactChecksum":"NjA3M2QxMWFkNDQzOWUwOTRkZDExNGJlODY3MWE3Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8991be07-445e-4d75-8f8d-8a99224a8c9f","artifactVersion":"1"},{"artifactName":"service-Vfw20211008062955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar","artifactChecksum":"ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"338dbdbd-b991-4ae2-8377-eea0aeb7bac1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:34:22.052Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:22.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:22.062Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:22.062Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2021-10-08T06:34:22.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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 (?, ?, ?, ?, ?)
2021-10-08T06:34:22.162Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-10-08T06:34:22.167Z||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.
2021-10-08T06:34:22.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674845485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:22.167Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:22.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "policy-id",
  "timestamp": 1633674846490,
  "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=?
2021-10-08T06:34:22.179Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:22.180Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:22.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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 (?, ?, ?, ?, ?)
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674846867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674846974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674849129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674850842,
  "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=?
2021-10-08T06:34:22.202Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.202Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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=?
2021-10-08T06:34:22.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633674851846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674859731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674853182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674860811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:22.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:23.079Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:23.080Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:23.081Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:23.081Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:34:23.182Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:34:23.183Z||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.
2021-10-08T06:34:23.183Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:23.197Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:23.198Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:24.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:24.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:24.084Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:24.084Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:34:24.184Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:24.185Z||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.
2021-10-08T06:34:24.185Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:24.197Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:24.198Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:25.084Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:25.085Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:25.087Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:25.087Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:25.187Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:25.188Z||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.
2021-10-08T06:34:25.188Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:25.204Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:25.205Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:26.088Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:26.089Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:26.092Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:26.092Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-08T06:34:26.192Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:26.193Z||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.
2021-10-08T06:34:26.193Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:26.206Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:26.206Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:27.098Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:27.099Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:27.101Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:27.101Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:34:27.201Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:27.202Z||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.
2021-10-08T06:34:27.202Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:27.215Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:27.216Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:28.101Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:28.103Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:28.105Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:28.105Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:34:28.205Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:28.206Z||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.
2021-10-08T06:34:28.206Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:28.218Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:28.218Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:29.108Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "serviceName": "vFW 2021-10-08 06-29-55",
  "serviceVersion": "1.0",
  "serviceUUID": "4c3f0219-bbfe-461f-9aaa-263620f7521a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20b545fc-521f-4390-8bb1-69e8883277a6",
  "resources": [
    {
      "resourceInstanceName": "vFW f1060765-25c8 0",
      "resourceCustomizationUUID": "a4270425-96a6-4b84-882e-9138452c8b0d",
      "resourceName": "vFW f1060765-25c8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a74229d6-8b5e-4ca2-9f4e-3107821a28c3",
      "resourceInvariantUUID": "9ab3830c-ee9b-4f22-add9-205cb8176a7d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf106076525c80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
          "artifactChecksum": "OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "acebc05b-b031-43e7-9556-db286736662a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be1925bc-9b06-49b6-a6f2-cc5e878f386c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "b6a4204a-1dd1-4efc-8447-ef0a2d83db66",
            "generatedFromUUID": "be1925bc-9b06-49b6-a6f2-cc5e878f386c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "b6a4204a-1dd1-4efc-8447-ef0a2d83db66",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211008062955-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
      "artifactChecksum": "ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "338dbdbd-b991-4ae2-8377-eea0aeb7bac1"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:34:29.109Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:34:29.109Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c3f0219-bbfe-461f-9aaa-263620f7521a ASDC
2021-10-08T06:34:29.186Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1befa228-36ba-43ff-9414-174930c8bc77
ServiceName:vFW 2021-10-08 06-29-55
ServiceVersion:1.0
ServiceUUID:4c3f0219-bbfe-461f-9aaa-263620f7521a
ServiceInvariantUUID:20b545fc-521f-4390-8bb1-69e8883277a6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211008062955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
ArtifactUUID:338dbdbd-b991-4ae2-8377-eea0aeb7bac1
ArtifactChecksum:ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f1060765-25c8 0
ResourceCustomizationUUID:a4270425-96a6-4b84-882e-9138452c8b0d
ResourceInvariantUUID:9ab3830c-ee9b-4f22-add9-205cb8176a7d
ResourceName:vFW f1060765-25c8
ResourceType:VF
ResourceUUID:a74229d6-8b5e-4ca2-9f4e-3107821a28c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf106076525c80_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
ArtifactUUID:acebc05b-b031-43e7-9556-db286736662a
ArtifactChecksum:OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA=
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/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
ArtifactUUID:be1925bc-9b06-49b6-a6f2-cc5e878f386c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
ArtifactUUID:b6a4204a-1dd1-4efc-8447-ef0a2d83db66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
ArtifactUUID:b6a4204a-1dd1-4efc-8447-ef0a2d83db66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:34:29.187Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c3f0219-bbfe-461f-9aaa-263620f7521a 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=?
2021-10-08T06:34:29.229Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:34:29.230Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 338dbdbd-b991-4ae2-8377-eea0aeb7bac1 from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:29.232Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:30.174Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:30.195Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar 338dbdbd-b991-4ae2-8377-eea0aeb7bac1 98764
2021-10-08T06:34:30.196Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar ASDC sendASDCNotification
2021-10-08T06:34:30.196Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:30.197Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:30.198Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:30.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:30.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674870195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:30.299Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:30.300Z||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.
2021-10-08T06:34:30.300Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:30.312Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:30.312Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:31.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:34:31.201Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:31.202Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 338dbdbd-b991-4ae2-8377-eea0aeb7bac1, URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar to file: /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.202Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.259Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.259Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:32.089Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8498629857454715753/Definitions/service-Vfw20211008062955-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-08T06:34:34.511Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f1060765-25c8 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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:34:34.522Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.527Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.527Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:34:34.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:34:34.529Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:34:34.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdb7def3-8d47-49c9-91bf-cdbbbd81289c
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=71c33577-97af-4433-8d0b-f44777fcabf5
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8cd11ba9-8d3a-4446-a231-d9f55b21442a
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-08 06-29-55
Description:catalog service description
Model UUID:4c3f0219-bbfe-461f-9aaa-263620f7521a
Model Version:NULL
Model InvariantUuid:20b545fc-521f-4390-8bb1-69e8883277a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f1060765-25c8
Model UUID:24f1d742-eb9c-4741-9cf6-9a154bf68c79
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ab3830c-ee9b-4f22-add9-205cb8176a7d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4270425-96a6-4b84-882e-9138452c8b0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc2f9d30-625b-4138-bd37-067b7678d515
ModelName:VfwF106076525c8..base_vfw..module-0
ModelUuid:834bd687-5bcb-4da9-8971-e9ba6f593be7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bdb7def3-8d47-49c9-91bf-cdbbbd81289c
ModelInvariantUuid:e14143b6-655a-4436-b262-25ec69498d12
ModelName:vFW f1060765-25c8-nodes.vfwCvfc
ModelUuid:a4a71040-2ff8-4dcc-8311-bb2c97e0970a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:67656aef-9758-416e-a125-4d9358fb037f
ModelInvariantUuid:35c87498-836e-424f-aa70-4e0d85b7b08a
ModelName:VfwF106076525c8.compute.nodes.heat.vfw
ModelUuid:e9321490-8f15-4b16-a09b-7456dafdc21d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:71c33577-97af-4433-8d0b-f44777fcabf5
ModelInvariantUuid:db52b446-7df7-4755-83a6-5148b74eb096
ModelName:vFW f1060765-25c8-nodes.vsnCvfc
ModelUuid:96dbd375-4298-4cee-b52f-d0f27278d2c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7211eb3f-d844-4811-ac41-45623ff057c6
ModelInvariantUuid:8ee5fc40-4266-4de9-8404-32d153ab432c
ModelName:VfwF106076525c8.compute.nodes.heat.vsn
ModelUuid:5c37a51c-d3ad-4d4f-8138-851da6fa8fab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8cd11ba9-8d3a-4446-a231-d9f55b21442a
ModelInvariantUuid:e81778b7-b4bd-4ea0-b78f-55249a19ba2c
ModelName:vFW f1060765-25c8-nodes.vpgCvfc
ModelUuid:dc145dc9-8a6f-4bfd-8167-7732c8a66d44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:311f7f0c-15c4-47a4-87f2-bd1d39a397a6
ModelInvariantUuid:c940bd1e-6071-4052-8c15-bb464ad8fcaf
ModelName:VfwF106076525c8.compute.nodes.heat.vpg
ModelUuid:7587889f-08cd-4e15-9ab3-1d49715deae8
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:34:34.567Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a74229d6-8b5e-4ca2-9f4e-3107821a28c3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:34:34.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||vFW f1060765-25c8 0
2021-10-08T06:34:34.665Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a74229d6-8b5e-4ca2-9f4e-3107821a28c3
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acebc05b-b031-43e7-9556-db286736662a from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:36.030Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:36.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json acebc05b-b031-43e7-9556-db286736662a 785
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json ASDC sendASDCNotification
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:36.033Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:36.035Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:36.035Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674876032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:36.135Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:36.136Z||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.
2021-10-08T06:34:36.137Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:36.149Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:36.149Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:37.036Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF106076525c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bc2f9d30-625b-4138-bd37-067b7678d515",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "834bd687-5bcb-4da9-8971-e9ba6f593be7",
    "vfModuleModelCustomizationUUID": "84305712-f2ff-4dfc-8b17-80d6120f2506",
    "isBase": true,
    "artifacts": [
      "be1925bc-9b06-49b6-a6f2-cc5e878f386c",
      "b6a4204a-1dd1-4efc-8447-ef0a2d83db66"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:34:37.050Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF106076525c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834bd687-5bcb-4da9-8971-e9ba6f593be7
VfModuleModelInvariantUUID:bc2f9d30-625b-4138-bd37-067b7678d515
VfModuleModelDescription:NULL
Artifacts UUID List:{
be1925bc-9b06-49b6-a6f2-cc5e878f386c
,
b6a4204a-1dd1-4efc-8447-ef0a2d83db66

}
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


}

2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF106076525c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bc2f9d30-625b-4138-bd37-067b7678d515",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "834bd687-5bcb-4da9-8971-e9ba6f593be7",
    "vfModuleModelCustomizationUUID": "84305712-f2ff-4dfc-8b17-80d6120f2506",
    "isBase": true,
    "artifacts": [
      "be1925bc-9b06-49b6-a6f2-cc5e878f386c",
      "b6a4204a-1dd1-4efc-8447-ef0a2d83db66"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF106076525c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834bd687-5bcb-4da9-8971-e9ba6f593be7
VfModuleModelInvariantUUID:bc2f9d30-625b-4138-bd37-067b7678d515
VfModuleModelDescription:NULL
Artifacts UUID List:{
be1925bc-9b06-49b6-a6f2-cc5e878f386c
,
b6a4204a-1dd1-4efc-8447-ef0a2d83db66

}
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


}

2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be1925bc-9b06-49b6-a6f2-cc5e878f386c from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.653Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:37.654Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml be1925bc-9b06-49b6-a6f2-cc5e878f386c 20368
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:37.658Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:37.658Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674877655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:37.758Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:37.759Z||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.
2021-10-08T06:34:37.759Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:37.772Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:37.772Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:38.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6a4204a-1dd1-4efc-8447-ef0a2d83db66 from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:38.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:38.660Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:39.441Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env b6a4204a-1dd1-4efc-8447-ef0a2d83db66 2098
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:39.444Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:39.444Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674879442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:34:39.545Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:39.546Z||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.
2021-10-08T06:34:39.546Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:39.559Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:39.560Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:40.445Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4c3f0219-bbfe-461f-9aaa-263620f7521a
2021-10-08T06:34:40.446Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f1060765-25c8 0 a74229d6-8b5e-4ca2-9f4e-3107821a28c3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:34:40.488Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a835672, org.onap.sdc.toscaparser.api.parameters.Input@75117081, org.onap.sdc.toscaparser.api.parameters.Input@1f61a2bb, org.onap.sdc.toscaparser.api.parameters.Input@779b98cd, org.onap.sdc.toscaparser.api.parameters.Input@174b608a]
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a4270425-96a6-4b84-882e-9138452c8b0d
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4270425-96a6-4b84-882e-9138452c8b0d matches Tosca VF Customization UUID: a4270425-96a6-4b84-882e-9138452c8b0d
2021-10-08T06:34:40.491Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a4270425-96a6-4b84-882e-9138452c8b0d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:34:40.497Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.498Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a4270425-96a6-4b84-882e-9138452c8b0d: {\"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\"}
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a700063
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84305712-f2ff-4dfc-8b17-80d6120f2506
2021-10-08T06:34:40.500Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84305712-f2ff-4dfc-8b17-80d6120f2506
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:34:40.506Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdb7def3-8d47-49c9-91bf-cdbbbd81289c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:34:40.522Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:40.525Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.525Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=71c33577-97af-4433-8d0b-f44777fcabf5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8cd11ba9-8d3a-4446-a231-d9f55b21442a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=a4270425-96a6-4b84-882e-9138452c8b0d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:34:40.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4c3f0219-bbfe-461f-9aaa-263620f7521a: vFW f1060765-25c8
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:34:40.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-10-08 06-29-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f1060765-25c8 a74229d6-8b5e-4ca2-9f4e-3107821a28c3 1 ASDC deployResourceStructure
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json ASDC sendASDCNotification
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:40.870Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:40.872Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:40.873Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674880869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:40.973Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:40.973Z||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.
2021-10-08T06:34:40.973Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:40.987Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:40.987Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:41.873Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:41.875Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:41.875Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674881873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:41.976Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:41.977Z||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.
2021-10-08T06:34:41.977Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:41.989Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:41.989Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:42.876Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:42.879Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:42.879Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674882876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:42.979Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:42.980Z||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.
2021-10-08T06:34:42.980Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:42.994Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:42.994Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar ASDC sendASDCNotification
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:43.881Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:43.883Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:43.883Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674883879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:34:43.983Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:43.984Z||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.
2021-10-08T06:34:43.984Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:43.996Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:34:43.997Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:44.885Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:34:44.902Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:34:44.905Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:34:44.905Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:34:44.906Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:35:14.906Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:35:14.919Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:35:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:35:21.418Z||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.
2021-10-08T06:35:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:35:21.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:35:21.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:35:21.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "clamp",
  "timestamp": 1633674861817,
  "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=?
2021-10-08T06:35:21.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:35:21.456Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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 (?, ?, ?, ?, ?)
2021-10-08T06:35:44.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:35:44.942Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:35:44.945Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:35:44.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:35:44.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:36:14.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:36:14.960Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:36:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:36:21.417Z||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.
2021-10-08T06:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:36:21.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:36:21.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:36:21.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:36:21.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:36:44.964Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:36:44.976Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:14.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:37:14.994Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:37:21.417Z||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.
2021-10-08T06:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:37:21.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:37:21.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674862065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674862497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "aai-ml",
  "timestamp": 1633674863069,
  "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=?
2021-10-08T06:37:21.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:37:21.958Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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 (?, ?, ?, ?, ?)
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674867792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674861415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633674868797,
  "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=?
2021-10-08T06:37:21.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:37:21.973Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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 (?, ?, ?, ?, ?)
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674870195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674876032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674877655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674879442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674880869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674881873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674882876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633674883879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:44.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:37:45.011Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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=?
2021-10-08T06:37:45.020Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:38:15.021Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77 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=?
2021-10-08T06:38:15.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1befa228-36ba-43ff-9414-174930c8bc77 and serviceModelVersionId: 4c3f0219-bbfe-461f-9aaa-263620f7521a
2021-10-08T06:38:15.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20b545fc-521f-4390-8bb1-69e8883277a6
2021-10-08T06:38:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:21.417Z||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.
2021-10-08T06:38:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:27.193Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0
2021-10-08T06:38:27.418Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:38:27.925Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?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]}
2021-10-08T06:38:27.928Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|INFO|500||Invoke
2021-10-08T06:38:28.075Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:38:28.764Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|INFO|500||InvokeReturn
2021-10-08T06:38:28.764Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211008-06:38:28:092-80470], vertex-id=[221224], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:38:28 GMT], Content-Type=[application/json]}
2021-10-08T06:38:28.765Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:38:28.767Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:38:28.768Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:38:28.773Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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)
2021-10-08T06:38:28.778Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1befa228-36ba-43ff-9414-174930c8bc77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:38:28.779Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:38:28.779Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:38:28.781Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:38:28.781Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675108778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:38:28.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:38:28.883Z||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.
2021-10-08T06:38:28.883Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:28.895Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:38:28.896Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:38:29.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:38:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:38:29.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675108778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:38:29.510Z||pool-2-thread-8|||||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=?
2021-10-08T06:38:29.801Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:29.802Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:38:29.802Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:40.012Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:38:40.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:40.014Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:38:40.014Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:49.565Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:38:49.565Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:49.566Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:38:49.566Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:59.105Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:38:59.105Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:59.106Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:38:59.107Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:08.645Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:39:21.415Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:39:21.416Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:39:21.416Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:39:21.417Z||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.
2021-10-08T06:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:30.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:39:30.969Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:21.415Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:40:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:40:21.417Z|1befa228-36ba-43ff-9414-174930c8bc77|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.
2021-10-08T06:40:21.417Z||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.
2021-10-08T06:40:21.417Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:25.680Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:25.681Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:40:25.681Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4679e703-b743-4600-8267-939b48f55894","serviceName":"basic_onboard_pwJvyg","serviceVersion":"1.0","serviceUUID":"67ed7bad-082b-4ebe-8e86-f1140f398e32","serviceDescription":"service","serviceInvariantUUID":"6d0da725-cc6c-443b-933d-aae6b07b6a0f","resources":[{"resourceInstanceName":"basic_onboard_pwJvyg 0","resourceName":"basic_onboard_pwJvyg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a88442a-0752-408d-b4d1-963ca20be038","resourceInvariantUUID":"1f5fa072-6278-4ad2-bd1d-b2ab849e3479","resourceCustomizationUUID":"0f73471f-c299-48e7-aaf6-f1b92813ad1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml","artifactChecksum":"Njk5MDhlNDZkMTAxZTFhNDBiOTVmOTM3NWUwNjFjOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e18c6258-015f-4225-bd7d-42b64ba632be","artifactVersion":"1"},{"artifactName":"basic_onboard_pwjvyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json","artifactChecksum":"YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf963966-cce9-4977-9bcb-0ff48d7ca92c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e95fce2-c294-4fd4-acde-dff2672289b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"895c2ddc-aeb8-447d-aa55-931167283af5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a","artifactVersion":"2","generatedFromUUID":"8e95fce2-c294-4fd4-acde-dff2672289b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwjvyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml","artifactChecksum":"OTAwNmUwMTFiOGE3NGJjMzJiNjJiYzY0OTQ0MzhiZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"815348a8-3850-4646-a1fb-afcf0d7ba107","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwjvyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar","artifactChecksum":"NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"335f6a8a-b6f2-4670-abf6-206bac1fd81a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:40:25.683Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:25.684Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:25.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:25.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:40:25.787Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:25.788Z||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.
2021-10-08T06:40:25.788Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:25.799Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:25.800Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:25.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:25.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:40:25.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:40:25.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:40:26.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:26.689Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:26.690Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:26.691Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:40:26.791Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:26.792Z||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.
2021-10-08T06:40:26.792Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:26.802Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:26.803Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:27.691Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:27.692Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:27.694Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:27.694Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:40:27.795Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:27.796Z||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.
2021-10-08T06:40:27.796Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:27.806Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:27.807Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:28.695Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:28.696Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:28.698Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:28.698Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:40:28.799Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:28.800Z||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.
2021-10-08T06:40:28.800Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:28.811Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:28.811Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:29.699Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:29.700Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:29.702Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:29.702Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:40:29.803Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:29.804Z||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.
2021-10-08T06:40:29.804Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:29.815Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:29.815Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:30.703Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:30.703Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:30.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:30.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:40:30.806Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:30.807Z||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.
2021-10-08T06:40:30.807Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:30.818Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:30.818Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:31.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:31.707Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:31.709Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:31.709Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:40:31.810Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:31.810Z||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.
2021-10-08T06:40:31.810Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:31.820Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:31.821Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "serviceName": "basic_onboard_pwJvyg",
  "serviceVersion": "1.0",
  "serviceUUID": "67ed7bad-082b-4ebe-8e86-f1140f398e32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d0da725-cc6c-443b-933d-aae6b07b6a0f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pwJvyg 0",
      "resourceCustomizationUUID": "0f73471f-c299-48e7-aaf6-f1b92813ad1d",
      "resourceName": "basic_onboard_pwJvyg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a88442a-0752-408d-b4d1-963ca20be038",
      "resourceInvariantUUID": "1f5fa072-6278-4ad2-bd1d-b2ab849e3479",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pwjvyg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
          "artifactChecksum": "YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf963966-cce9-4977-9bcb-0ff48d7ca92c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8e95fce2-c294-4fd4-acde-dff2672289b1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a",
            "generatedFromUUID": "8e95fce2-c294-4fd4-acde-dff2672289b1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPwjvyg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
      "artifactChecksum": "NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "335f6a8a-b6f2-4670-abf6-206bac1fd81a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67ed7bad-082b-4ebe-8e86-f1140f398e32 ASDC
2021-10-08T06:40:32.712Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4679e703-b743-4600-8267-939b48f55894
ServiceName:basic_onboard_pwJvyg
ServiceVersion:1.0
ServiceUUID:67ed7bad-082b-4ebe-8e86-f1140f398e32
ServiceInvariantUUID:6d0da725-cc6c-443b-933d-aae6b07b6a0f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPwjvyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
ArtifactUUID:335f6a8a-b6f2-4670-abf6-206bac1fd81a
ArtifactChecksum:NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pwJvyg 0
ResourceCustomizationUUID:0f73471f-c299-48e7-aaf6-f1b92813ad1d
ResourceInvariantUUID:1f5fa072-6278-4ad2-bd1d-b2ab849e3479
ResourceName:basic_onboard_pwJvyg
ResourceType:VF
ResourceUUID:2a88442a-0752-408d-b4d1-963ca20be038
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pwjvyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
ArtifactUUID:bf963966-cce9-4977-9bcb-0ff48d7ca92c
ArtifactChecksum:YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ=
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8e95fce2-c294-4fd4-acde-dff2672289b1
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
ArtifactUUID:1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
ArtifactUUID:1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:40:32.712Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67ed7bad-082b-4ebe-8e86-f1140f398e32 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 (?, ?, ?, ?, ?)
2021-10-08T06:40:32.756Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 335f6a8a-b6f2-4670-abf6-206bac1fd81a from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:33.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:33.327Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar 335f6a8a-b6f2-4670-abf6-206bac1fd81a 71365
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar ASDC sendASDCNotification
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:33.330Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:33.330Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675233327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:40:33.430Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:33.431Z||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.
2021-10-08T06:40:33.432Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:33.443Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:33.444Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:34.332Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:40:34.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:34.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 335f6a8a-b6f2-4670-abf6-206bac1fd81a, URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.620Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1283112623461330655/Definitions/service-BasicOnboardPwjvyg-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
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pwJvyg 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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9245811b-23f3-4dcf-9424-bfadbcab560b
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.792Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pwJvyg
Description:service
Model UUID:67ed7bad-082b-4ebe-8e86-f1140f398e32
Model Version:NULL
Model InvariantUuid:6d0da725-cc6c-443b-933d-aae6b07b6a0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pwJvyg
Model UUID:420a4b99-72fe-45f2-b1fe-aa80c1fc6200
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f5fa072-6278-4ad2-bd1d-b2ab849e3479
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f73471f-c299-48e7-aaf6-f1b92813ad1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f71bd6e-37c2-407f-a376-7f0eac474777
ModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
ModelUuid:e2581d54-3688-4720-8d93-1bc742c6ae9a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9245811b-23f3-4dcf-9424-bfadbcab560b
ModelInvariantUuid:0f4dec09-8a76-4d24-b0af-3e893d33cec3
ModelName:basic_onboard_pwJvyg-nodes.ubuntu18Cvfc
ModelUuid:3036840a-1734-4e19-bc50-6ecd76037053
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c9e1e4ff-bdec-4e0c-9560-7ed4332c86f3
ModelInvariantUuid:3b7eb69e-5456-45a2-b3ca-e143fa66d5a4
ModelName:BasicOnboardPwjvyg.compute.nodes.heat.ubuntu18
ModelUuid:913f6d9c-2128-409b-913d-1c0f60e50d35
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:40:35.798Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a88442a-0752-408d-b4d1-963ca20be038
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||basic_onboard_pwJvyg 0
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a88442a-0752-408d-b4d1-963ca20be038
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf963966-cce9-4977-9bcb-0ff48d7ca92c from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:36.920Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json bf963966-cce9-4977-9bcb-0ff48d7ca92c 798
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json ASDC sendASDCNotification
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:36.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:36.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675236921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:40:37.024Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:37.025Z||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.
2021-10-08T06:40:37.026Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:37.038Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:37.038Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:40:37.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPwjvyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3f71bd6e-37c2-407f-a376-7f0eac474777",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2581d54-3688-4720-8d93-1bc742c6ae9a",
    "vfModuleModelCustomizationUUID": "448184c7-31ad-4f89-af7e-6e4ccfee5e7d",
    "isBase": true,
    "artifacts": [
      "8e95fce2-c294-4fd4-acde-dff2672289b1",
      "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:40:37.929Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2581d54-3688-4720-8d93-1bc742c6ae9a
VfModuleModelInvariantUUID:3f71bd6e-37c2-407f-a376-7f0eac474777
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e95fce2-c294-4fd4-acde-dff2672289b1
,
1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a

}
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


}

2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPwjvyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3f71bd6e-37c2-407f-a376-7f0eac474777",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2581d54-3688-4720-8d93-1bc742c6ae9a",
    "vfModuleModelCustomizationUUID": "448184c7-31ad-4f89-af7e-6e4ccfee5e7d",
    "isBase": true,
    "artifacts": [
      "8e95fce2-c294-4fd4-acde-dff2672289b1",
      "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2581d54-3688-4720-8d93-1bc742c6ae9a
VfModuleModelInvariantUUID:3f71bd6e-37c2-407f-a376-7f0eac474777
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e95fce2-c294-4fd4-acde-dff2672289b1
,
1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a

}
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


}

2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8e95fce2-c294-4fd4-acde-dff2672289b1 from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml 8e95fce2-c294-4fd4-acde-dff2672289b1 5033
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:39.122Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:39.124Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:39.124Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675239121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:40:39.224Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:39.225Z||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.
2021-10-08T06:40:39.225Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:39.236Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:39.237Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:40.125Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.126Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:40.126Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.601Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:40.601Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env 1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a 909
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:40.603Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:40.605Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:40.605Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675240602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:40:40.706Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:40.707Z||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.
2021-10-08T06:40:40.707Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:40.718Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:40.719Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:41.606Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 67ed7bad-082b-4ebe-8e86-f1140f398e32
2021-10-08T06:40:41.607Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pwJvyg 0 2a88442a-0752-408d-b4d1-963ca20be038 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:40:41.623Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f3c601f, org.onap.sdc.toscaparser.api.parameters.Input@3f206e33, org.onap.sdc.toscaparser.api.parameters.Input@3249b94d, org.onap.sdc.toscaparser.api.parameters.Input@3bf41c95, org.onap.sdc.toscaparser.api.parameters.Input@5724bf6c]
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0f73471f-c299-48e7-aaf6-f1b92813ad1d
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d matches Tosca VF Customization UUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:40:41.629Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.629Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0f73471f-c299-48e7-aaf6-f1b92813ad1d: {\"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\"}
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fbeeb1f
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 448184c7-31ad-4f89-af7e-6e4ccfee5e7d
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 448184c7-31ad-4f89-af7e-6e4ccfee5e7d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:40:41.633Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9245811b-23f3-4dcf-9424-bfadbcab560b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:40:41.638Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=0f73471f-c299-48e7-aaf6-f1b92813ad1d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:40:41.641Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.641Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 67ed7bad-082b-4ebe-8e86-f1140f398e32: basic_onboard_pwJvyg
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_pwJvyg 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:40:41.734Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pwJvyg 2a88442a-0752-408d-b4d1-963ca20be038 1 ASDC deployResourceStructure
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json ASDC sendASDCNotification
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:41.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:41.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675241735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:40:41.837Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:41.838Z||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.
2021-10-08T06:40:41.838Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:41.851Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:41.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:42.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:42.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:42.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675242737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:40:42.840Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:42.841Z||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.
2021-10-08T06:40:42.841Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:42.852Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:42.852Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:43.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:43.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:43.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675243740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:40:43.844Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:43.845Z||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.
2021-10-08T06:40:43.845Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:43.856Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:43.857Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:44.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar ASDC sendASDCNotification
2021-10-08T06:40:44.745Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:44.745Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:44.746Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:44.748Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:44.748Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675244744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:40:44.848Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:44.849Z||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.
2021-10-08T06:40:44.849Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:44.860Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:40:44.861Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:45.749Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:40:45.759Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:41:15.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:41:15.776Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:41:15.779Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:41:15.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:41:15.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:41:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:41:21.417Z||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.
2021-10-08T06:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:41:21.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:41:45.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:41:45.792Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:42:15.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:42:15.807Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:42:15.812Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:42:15.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:42:15.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:42:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:42:21.418Z||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.
2021-10-08T06:42:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:42:21.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:42:21.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:42:21.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:42:21.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:42:45.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:42:45.823Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:15.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:43:15.839Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:43:21.418Z||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.
2021-10-08T06:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:43:21.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:43:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675221330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675221726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675221415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675233327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675233436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675227557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "cds",
  "timestamp": 1633675234441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-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=?
2021-10-08T06:43:21.971Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:21.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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 (?, ?, ?, ?, ?)
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675236509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "dcae-sch",
  "timestamp": 1633675230213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675236921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675231333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675238165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675239121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675239719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675239789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675240602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675234024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675234013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "clamp",
  "timestamp": 1633675240794,
  "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=?
2021-10-08T06:43:22.000Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.000Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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 (?, ?, ?, ?, ?)
2021-10-08T06:43:22.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675241735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675242112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675242671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675242737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675243675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675243740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675244056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "policy-id",
  "timestamp": 1633675244678,
  "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=?
2021-10-08T06:43:22.016Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.016Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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 (?, ?, ?, ?, ?)
2021-10-08T06:43:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675244744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675244849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675245073,
  "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=?
2021-10-08T06:43:22.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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=?
2021-10-08T06:43:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "aai-ml",
  "timestamp": 1633675245852,
  "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=?
2021-10-08T06:43:22.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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 (?, ?, ?, ?, ?)
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675246076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675243182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675251074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675253489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675254494,
  "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=?
2021-10-08T06:43:22.059Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.060Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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 (?, ?, ?, ?, ?)
2021-10-08T06:43:45.842Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:43:45.854Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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=?
2021-10-08T06:43:45.863Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:44:15.863Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4679e703-b743-4600-8267-939b48f55894 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=?
2021-10-08T06:44:15.869Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4679e703-b743-4600-8267-939b48f55894 and serviceModelVersionId: 67ed7bad-082b-4ebe-8e86-f1140f398e32
2021-10-08T06:44:15.869Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d0da725-cc6c-443b-933d-aae6b07b6a0f
2021-10-08T06:44:15.870Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0
2021-10-08T06:44:15.876Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:44:15.916Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?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]}
2021-10-08T06:44:15.917Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|INFO|500||Invoke
2021-10-08T06:44:15.944Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|INFO|500||InvokeReturn
2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211008-06:44:15:953-16679], vertex-id=[159792], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:44:15 GMT], Content-Type=[application/json]}
2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:44:16.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:44:16.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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)
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4679e703-b743-4600-8267-939b48f55894 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:44:16.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:44:16.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675456331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:44:16.434Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:44:16.434Z||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.
2021-10-08T06:44:16.435Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:16.450Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:44:16.451Z||pool-34-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=?
2021-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|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.
2021-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:21.417Z||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.
2021-10-08T06:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:22.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:44:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:44:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4679e703-b743-4600-8267-939b48f55894",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675456331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:44:22.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:44:27.550Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|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.
2021-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:37.098Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:44:37.099Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:37.099Z|4679e703-b743-4600-8267-939b48f55894|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.
2021-10-08T06:44:37.100Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:46.644Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:44:46.645Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:46.646Z|4679e703-b743-4600-8267-939b48f55894|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.
2021-10-08T06:44:46.646Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:56.192Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:21.415Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:45:21.416Z|4679e703-b743-4600-8267-939b48f55894|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.
2021-10-08T06:45:21.417Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:45:21.417Z||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.
2021-10-08T06:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:22.038Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:22.038Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.039Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10233f3d-5262-4872-a5df-16c9335039c7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad08eabd-50ff-4a78-9a65-aab2e2e3c435","serviceDescription":"service","serviceInvariantUUID":"89d57364-e12d-4892-89a7-f41eda288392","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"55804801-b498-4465-8213-02fc83697b7d","resourceInvariantUUID":"c7030dbd-0057-4270-bba7-463e0481be99","resourceCustomizationUUID":"289fbaca-c874-4494-ae6c-6285f22d4203","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":"YzYwYmEwMjMwZDE1ZTI0Mjk2MDZjNjBlZDRlNzI5OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dcf1fdb2-809b-49c0-947e-722e9ae9b4bc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e921a1fc-4e28-4e2e-856c-37cf7560ab43","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:45:22.041Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:45:22.041Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:22.043Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:22.043Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675521415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "cds",
  "timestamp": 1633675506726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "cds",
  "timestamp": 1633675506726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "dcae-sch",
  "timestamp": 1633675510213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "dcae-sch",
  "timestamp": 1633675510213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675511333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "cds",
  "timestamp": 1633675512104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675511333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "cds",
  "timestamp": 1633675513108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:45:22.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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 (?, ?, ?, ?, ?)
2021-10-08T06:45:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675513182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "policy-id",
  "timestamp": 1633675514013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675514024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675513182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675514024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "policy-id",
  "timestamp": 1633675514013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675516936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "policy-id",
  "timestamp": 1633675517435,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675518428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "policy-id",
  "timestamp": 1633675518438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675519432,
  "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=?
2021-10-08T06:45:22.089Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.089Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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 (?, ?, ?, ?, ?)
2021-10-08T06:45:22.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "policy-id",
  "timestamp": 1633675519441,
  "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=?
2021-10-08T06:45:22.114Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.114Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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 (?, ?, ?, ?, ?)
2021-10-08T06:45:22.143Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:22.144Z||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.
2021-10-08T06:45:22.145Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:22.155Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:22.155Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:23.044Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:45:23.044Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:23.047Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:23.047Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675521415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:45:23.147Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:23.148Z||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.
2021-10-08T06:45:23.149Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:23.161Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:23.161Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:45:24.048Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ad08eabd-50ff-4a78-9a65-aab2e2e3c435",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89d57364-e12d-4892-89a7-f41eda288392",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "289fbaca-c874-4494-ae6c-6285f22d4203",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "55804801-b498-4465-8213-02fc83697b7d",
      "resourceInvariantUUID": "c7030dbd-0057-4270-bba7-463e0481be99",
      "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": "ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e921a1fc-4e28-4e2e-856c-37cf7560ab43"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:45:24.048Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:45:24.049Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad08eabd-50ff-4a78-9a65-aab2e2e3c435 ASDC
2021-10-08T06:45:24.049Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10233f3d-5262-4872-a5df-16c9335039c7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ad08eabd-50ff-4a78-9a65-aab2e2e3c435
ServiceInvariantUUID:89d57364-e12d-4892-89a7-f41eda288392
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:e921a1fc-4e28-4e2e-856c-37cf7560ab43
ArtifactChecksum:ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:289fbaca-c874-4494-ae6c-6285f22d4203
ResourceInvariantUUID:c7030dbd-0057-4270-bba7-463e0481be99
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:55804801-b498-4465-8213-02fc83697b7d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-08T06:45:24.049Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad08eabd-50ff-4a78-9a65-aab2e2e3c435 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=?
2021-10-08T06:45:24.077Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e921a1fc-4e28-4e2e-856c-37cf7560ab43 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.960Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e921a1fc-4e28-4e2e-856c-37cf7560ab43 52179
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:45:24.963Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:24.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:24.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675524962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:45:25.065Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:25.065Z||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.
2021-10-08T06:45:25.065Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:25.079Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:25.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:25.965Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:45:25.966Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:25.966Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e921a1fc-4e28-4e2e-856c-37cf7560ab43, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:25.967Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-08T06:45:25.967Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:25.968Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.053Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6949244075764726177/Definitions/service-BasicNetwork-template.yml
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ad08eabd-50ff-4a78-9a65-aab2e2e3c435
Model Version:NULL
Model InvariantUuid:89d57364-e12d-4892-89a7-f41eda288392
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c7030dbd-0057-4270-bba7-463e0481be99
Model UUID:72a9523f-cb9d-4f6c-921f-900d40982af8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:289fbaca-c874-4494-ae6c-6285f22d4203
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:45:26.404Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 55804801-b498-4465-8213-02fc83697b7d
2021-10-08T06:45:26.405Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||No resources found for Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-08T06:45:26.410Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:45:26.414Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bec7817, org.onap.sdc.toscaparser.api.parameters.Input@33359161, org.onap.sdc.toscaparser.api.parameters.Input@67a5a7f3, org.onap.sdc.toscaparser.api.parameters.Input@4cfa40a0, org.onap.sdc.toscaparser.api.parameters.Input@64fea5e8]
2021-10-08T06:45:26.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ad08eabd-50ff-4a78-9a65-aab2e2e3c435: Generic NeutronNet
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.417Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.417Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:45:26.448Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.448Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-10-08T06:45:26.519Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:26.522Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:26.522Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675526519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:45:26.622Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:26.623Z||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.
2021-10-08T06:45:26.623Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:26.635Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:45:26.635Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:27.523Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:45:27.536Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:45:27.538Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:45:27.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:45:27.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:45:57.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:45:57.554Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:46:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:46:21.418Z||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.
2021-10-08T06:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "clamp",
  "timestamp": 1633675521330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:46:21.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:46:27.557Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:46:27.567Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:46:57.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:46:57.585Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:47:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:47:21.418Z||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.
2021-10-08T06:47:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:47:21.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:47:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675521415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "clamp",
  "timestamp": 1633675521330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675521415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675524962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675526519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "aai-ml",
  "timestamp": 1633675527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "aai-ml",
  "timestamp": 1633675527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "aai-ml",
  "timestamp": 1633675531141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "clamp",
  "timestamp": 1633675531513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "clamp",
  "timestamp": 1633675532843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "clamp",
  "timestamp": 1633675533846,
  "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=?
2021-10-08T06:47:21.960Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:47:21.960Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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 (?, ?, ?, ?, ?)
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "aai-ml",
  "timestamp": 1633675535008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "aai-ml",
  "timestamp": 1633675536011,
  "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=?
2021-10-08T06:47:21.979Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:47:21.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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 (?, ?, ?, ?, ?)
2021-10-08T06:47:27.589Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:47:27.600Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:47:27.602Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.604Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:47:27.604Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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=?
2021-10-08T06:47:27.609Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:47:57.610Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7 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=?
2021-10-08T06:47:57.616Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10233f3d-5262-4872-a5df-16c9335039c7 and serviceModelVersionId: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:47:57.617Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89d57364-e12d-4892-89a7-f41eda288392
2021-10-08T06:47:57.617Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0
2021-10-08T06:47:57.624Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:47:57.663Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|INFO|500||Invoke
2021-10-08T06:47:57.664Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d8ead01-21a6-4720-a0c0-be7b1d04d3ed], X-ECOMP-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], X-TransactionId=[], X-ONAP-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], Content-Type=[application/merge-patch+json]}
2021-10-08T06:47:57.687Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:47:58.006Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211008-06:47:57:695-56425], vertex-id=[389328], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:47:57 GMT], Content-Type=[application/json]}
2021-10-08T06:47:58.006Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|INFO|500||InvokeReturn
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:47:58.013Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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)
2021-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10233f3d-5262-4872-a5df-16c9335039c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:47:58.017Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:47:58.017Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675678014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:47:58.117Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:47:58.118Z||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.
2021-10-08T06:47:58.118Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:47:58.135Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:47:58.135Z||pool-39-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=?
2021-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|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.
2021-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:09.225Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|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.
2021-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:18.767Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:48:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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.
2021-10-08T06:48:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:21.417Z||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.
2021-10-08T06:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675678014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:48:22.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:48:30.953Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:49:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:49:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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.
2021-10-08T06:49:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:49:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:49:21.417Z||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.
2021-10-08T06:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:49:30.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:49:30.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:50:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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.
2021-10-08T06:50:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:50:21.418Z||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.
2021-10-08T06:50:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3def72ba-01c5-4318-85a0-7e15f0c3488c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"56ea57eb-520d-417d-aa7f-cf7ba165f679","serviceDescription":"service","serviceInvariantUUID":"22215bd7-68be-4be1-a134-8768487b8497","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c95827a-a804-4abd-a8cd-1185b5ce77e2","resourceInvariantUUID":"516d8b93-94a0-46db-8a71-49c632f59fe9","resourceCustomizationUUID":"5bc2c811-63e7-43c2-90ca-14a78b601ba7","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":"NGU5ZDNhYjEwYjgzNzRiZDQyNTZlZDM0OTNiNzAyZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee789459-2cbe-4640-8533-8701e8ffa0b0","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":"MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2529fe42-5367-47d7-888a-978423504b73","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":"64e8d660-0d49-426a-a367-3aa32e512702","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":"b02620d0-cb26-4910-b67f-59d9a6e3e8f5","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":"7cd72e7f-4c51-4a05-8afd-44196b96231e","artifactVersion":"2","generatedFromUUID":"64e8d660-0d49-426a-a367-3aa32e512702"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M2ZGVmMzYwMDY1ODk3NTAwOTQyZjUyMzlhMmY5MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"778484ed-499e-4f24-bc3b-323164357254","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90caf5fd-7080-4dc3-8c03-800b6ac75a39","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:50:27.787Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:27.788Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:27.790Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:27.791Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:50:27.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:27.891Z||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.
2021-10-08T06:50:27.892Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:27.904Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:27.905Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:28.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:28.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:50:28.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:50:28.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:50:28.792Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:28.793Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:28.794Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:28.795Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:50:28.895Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:28.896Z||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.
2021-10-08T06:50:28.896Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:28.909Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:28.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:29.795Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:29.796Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:29.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:29.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:50:29.898Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:29.899Z||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.
2021-10-08T06:50:29.899Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:29.909Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:29.909Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:50:30.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:30.799Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:30.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:30.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:50:30.901Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:30.902Z||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.
2021-10-08T06:50:30.902Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:30.911Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:30.912Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:50:31.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:31.802Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:31.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:31.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:50:31.905Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:31.906Z||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.
2021-10-08T06:50:31.906Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:31.915Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:31.916Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:32.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:32.806Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:32.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:32.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:50:32.909Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:32.910Z||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.
2021-10-08T06:50:32.910Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:32.920Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:32.920Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:33.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:33.810Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:33.812Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:33.813Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:50:33.913Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:33.913Z||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.
2021-10-08T06:50:33.913Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:33.922Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:33.923Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:34.814Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "56ea57eb-520d-417d-aa7f-cf7ba165f679",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22215bd7-68be-4be1-a134-8768487b8497",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5bc2c811-63e7-43c2-90ca-14a78b601ba7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4c95827a-a804-4abd-a8cd-1185b5ce77e2",
      "resourceInvariantUUID": "516d8b93-94a0-46db-8a71-49c632f59fe9",
      "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": "MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2529fe42-5367-47d7-888a-978423504b73",
          "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": "64e8d660-0d49-426a-a367-3aa32e512702",
          "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": "7cd72e7f-4c51-4a05-8afd-44196b96231e",
            "generatedFromUUID": "64e8d660-0d49-426a-a367-3aa32e512702"
          },
          "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": "7cd72e7f-4c51-4a05-8afd-44196b96231e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90caf5fd-7080-4dc3-8c03-800b6ac75a39"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:50:34.815Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:50:34.815Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56ea57eb-520d-417d-aa7f-cf7ba165f679 ASDC
2021-10-08T06:50:34.815Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3def72ba-01c5-4318-85a0-7e15f0c3488c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:56ea57eb-520d-417d-aa7f-cf7ba165f679
ServiceInvariantUUID:22215bd7-68be-4be1-a134-8768487b8497
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:90caf5fd-7080-4dc3-8c03-800b6ac75a39
ArtifactChecksum:NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5bc2c811-63e7-43c2-90ca-14a78b601ba7
ResourceInvariantUUID:516d8b93-94a0-46db-8a71-49c632f59fe9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4c95827a-a804-4abd-a8cd-1185b5ce77e2
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:2529fe42-5367-47d7-888a-978423504b73
ArtifactChecksum:MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU=
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:64e8d660-0d49-426a-a367-3aa32e512702
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:7cd72e7f-4c51-4a05-8afd-44196b96231e
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:7cd72e7f-4c51-4a05-8afd-44196b96231e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:50:34.816Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56ea57eb-520d-417d-aa7f-cf7ba165f679 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 (?, ?, ?, ?, ?)
2021-10-08T06:50:34.868Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:50:34.869Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:34.869Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90caf5fd-7080-4dc3-8c03-800b6ac75a39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:36.430Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:50:36.435Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 90caf5fd-7080-4dc3-8c03-800b6ac75a39 70856
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:36.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:36.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675836436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:50:36.538Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:36.539Z||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.
2021-10-08T06:50:36.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:36.550Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:36.551Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:37.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:50:37.439Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:37.439Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 90caf5fd-7080-4dc3-8c03-800b6ac75a39, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.594Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10283995265558004192/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
2021-10-08T06:50:38.521Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:50:38.521Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.524Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.524Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:38.524Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:50:38.524Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.525Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:50:38.526Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:50:38.527Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.527Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:50:38.527Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.527Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:38.527Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:38.528Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f7c21aa-1927-42a9-afc6-3075bf73e8b0
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.529Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:38.530Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:38.531Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:56ea57eb-520d-417d-aa7f-cf7ba165f679
Model Version:NULL
Model InvariantUuid:22215bd7-68be-4be1-a134-8768487b8497
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0f3ad557-f4a3-4825-bfdb-6748987b22f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:516d8b93-94a0-46db-8a71-49c632f59fe9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5bc2c811-63e7-43c2-90ca-14a78b601ba7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:524d9d5d-8568-47b4-a7ef-f733b16cba4a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:eae4810f-d3bd-463b-b002-a99566714c8e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f7c21aa-1927-42a9-afc6-3075bf73e8b0
ModelInvariantUuid:4f90fc1e-af39-4be0-9bd9-26ed94cc73a5
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ab53ea6a-f356-4d5c-a9dc-ea076f7cbe8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:66079263-b479-4332-973d-b35638506e37
ModelInvariantUuid:2c92d003-6247-44a8-9a5f-1dfb49d748bb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c0e98f54-0e4f-4e1b-9239-d28218e225c5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:50:38.534Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c95827a-a804-4abd-a8cd-1185b5ce77e2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:50:38.535Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-10-08T06:50:38.535Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c95827a-a804-4abd-a8cd-1185b5ce77e2
2021-10-08T06:50:38.536Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2529fe42-5367-47d7-888a-978423504b73 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-08T06:50:38.536Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:50:38.536Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:39.734Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:50:39.734Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2529fe42-5367-47d7-888a-978423504b73 787
2021-10-08T06:50:39.735Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:39.735Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:39.735Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:50:39.735Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:39.737Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:39.737Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675839735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:50:39.838Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:50:39.838Z||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.
2021-10-08T06:50:39.838Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:39.851Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:39.852Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:40.738Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "524d9d5d-8568-47b4-a7ef-f733b16cba4a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eae4810f-d3bd-463b-b002-a99566714c8e",
    "vfModuleModelCustomizationUUID": "ba047996-b939-481e-bc30-275126b8950f",
    "isBase": true,
    "artifacts": [
      "64e8d660-0d49-426a-a367-3aa32e512702",
      "7cd72e7f-4c51-4a05-8afd-44196b96231e"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:50:40.743Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eae4810f-d3bd-463b-b002-a99566714c8e
VfModuleModelInvariantUUID:524d9d5d-8568-47b4-a7ef-f733b16cba4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
64e8d660-0d49-426a-a367-3aa32e512702
,
7cd72e7f-4c51-4a05-8afd-44196b96231e

}
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


}

2021-10-08T06:50:40.745Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "524d9d5d-8568-47b4-a7ef-f733b16cba4a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eae4810f-d3bd-463b-b002-a99566714c8e",
    "vfModuleModelCustomizationUUID": "ba047996-b939-481e-bc30-275126b8950f",
    "isBase": true,
    "artifacts": [
      "64e8d660-0d49-426a-a367-3aa32e512702",
      "7cd72e7f-4c51-4a05-8afd-44196b96231e"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:50:40.746Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eae4810f-d3bd-463b-b002-a99566714c8e
VfModuleModelInvariantUUID:524d9d5d-8568-47b4-a7ef-f733b16cba4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
64e8d660-0d49-426a-a367-3aa32e512702
,
7cd72e7f-4c51-4a05-8afd-44196b96231e

}
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


}

2021-10-08T06:50:40.746Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64e8d660-0d49-426a-a367-3aa32e512702 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-08T06:50:40.746Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:50:40.747Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-08T06:50:42.602Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:50:42.602Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 64e8d660-0d49-426a-a367-3aa32e512702 5033
2021-10-08T06:50:42.602Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:42.603Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:42.603Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:50:42.603Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:42.605Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:42.606Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675842602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:50:42.706Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:42.707Z||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.
2021-10-08T06:50:42.707Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:42.723Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:42.723Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:43.606Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7cd72e7f-4c51-4a05-8afd-44196b96231e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-08T06:50:43.607Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:50:43.607Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-08T06:50:45.451Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:50:45.451Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7cd72e7f-4c51-4a05-8afd-44196b96231e 903
2021-10-08T06:50:45.451Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:45.452Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:45.452Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:50:45.452Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:45.453Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:45.454Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675845451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:50:45.554Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:45.554Z||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.
2021-10-08T06:50:45.554Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:45.564Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:45.565Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:46.454Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 56ea57eb-520d-417d-aa7f-cf7ba165f679
2021-10-08T06:50:46.455Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4c95827a-a804-4abd-a8cd-1185b5ce77e2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:50:46.466Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@544e6919, org.onap.sdc.toscaparser.api.parameters.Input@20054350, org.onap.sdc.toscaparser.api.parameters.Input@67156f20, org.onap.sdc.toscaparser.api.parameters.Input@46a9e12d, org.onap.sdc.toscaparser.api.parameters.Input@61884e40]
2021-10-08T06:50:46.468Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.469Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.469Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:50:46.469Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5bc2c811-63e7-43c2-90ca-14a78b601ba7
2021-10-08T06:50:46.469Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5bc2c811-63e7-43c2-90ca-14a78b601ba7 matches Tosca VF Customization UUID: 5bc2c811-63e7-43c2-90ca-14a78b601ba7
2021-10-08T06:50:46.470Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5bc2c811-63e7-43c2-90ca-14a78b601ba7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:50:46.472Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.472Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5bc2c811-63e7-43c2-90ca-14a78b601ba7: {\"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\"}
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e94ad9d
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba047996-b939-481e-bc30-275126b8950f
2021-10-08T06:50:46.473Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba047996-b939-481e-bc30-275126b8950f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:50:46.474Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.475Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-08T06:50:46.476Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-08T06:50:46.476Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:50:46.476Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f7c21aa-1927-42a9-afc6-3075bf73e8b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-08T06:50:46.477Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5bc2c811-63e7-43c2-90ca-14a78b601ba7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:50:46.478Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.478Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.478Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 56ea57eb-520d-417d-aa7f-cf7ba165f679: basic_vm
2021-10-08T06:50:46.478Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:50:46.479Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:50:46.579Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4c95827a-a804-4abd-a8cd-1185b5ce77e2 1 ASDC deployResourceStructure
2021-10-08T06:50:46.579Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:46.579Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:46.579Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:50:46.579Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:46.581Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:46.581Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:50:46.681Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:46.682Z||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.
2021-10-08T06:50:46.682Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:46.694Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:46.694Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:47.582Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:47.582Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:47.582Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:50:47.583Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:47.585Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:47.585Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675847582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:50:47.685Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:47.686Z||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.
2021-10-08T06:50:47.687Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:47.706Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:47.706Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:48.586Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:48.586Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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
2021-10-08T06:50:48.587Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:50:48.587Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:48.589Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:48.589Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675848586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:50:48.690Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:48.690Z||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.
2021-10-08T06:50:48.690Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:48.702Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:48.703Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:49.591Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-08T06:50:49.591Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:49.591Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:50:49.592Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:49.594Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:49.594Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675849591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:50:49.694Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-08T06:50:49.695Z||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.
2021-10-08T06:50:49.695Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:49.706Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:50:49.706Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:50.595Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:50:50.606Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:50:50.608Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:50:50.609Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:50:50.609Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:51:20.609Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:51:20.622Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:51:20.624Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:51:20.624Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:51:20.624Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:51:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:51:21.417Z||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.
2021-10-08T06:51:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:51:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:51:21.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:51:50.624Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:51:50.636Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:51:50.639Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:51:50.639Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:51:50.639Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:52:20.639Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:52:20.651Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:52:20.654Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:52:20.654Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:52:20.655Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:52:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:52:21.418Z||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.
2021-10-08T06:52:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:52:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:52:21.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:52:21.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:52:21.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:52:50.655Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:52:50.666Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:52:50.669Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:52:50.669Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:52:50.669Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:53:20.670Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:53:20.682Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:53:20.684Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:53:20.685Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:53:20.685Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:53:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:53:21.417Z||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.
2021-10-08T06:53:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:53:21.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:53:21.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675821726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675821330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675821415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675836436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675836734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "dcae-sch",
  "timestamp": 1633675830213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675836946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "cds",
  "timestamp": 1633675837738,
  "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=?
2021-10-08T06:53:21.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675831333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675839735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675840016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675834024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675834013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675842602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675842787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675843649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675844652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675845451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675845648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "policy-id",
  "timestamp": 1633675845655,
  "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=?
2021-10-08T06:53:21.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675846663,
  "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=?
2021-10-08T06:53:21.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.520Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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=?
2021-10-08T06:53:21.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675847582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675847667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675848204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675848586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633675849591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675849891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675849948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675838742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "clamp",
  "timestamp": 1633675850894,
  "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=?
2021-10-08T06:53:21.538Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.538Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "aai-ml",
  "timestamp": 1633675850951,
  "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=?
2021-10-08T06:53:21.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.554Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675854535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675854748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675856861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "cds",
  "timestamp": 1633675857067,
  "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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.587Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "dcae-sch",
  "timestamp": 1633675850213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675857864,
  "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=?
2021-10-08T06:53:21.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3def72ba-01c5-4318-85a0-7e15f0c3488c
2021-10-08T06:53:21.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3def72ba-01c5-4318-85a0-7e15f0c3488c 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675851333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675851898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675861201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675854024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675854013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675863944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675864114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675865118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675857557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675843182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "policy-id",
  "timestamp": 1633675866121,
  "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=?
2021-10-08T06:53:21.632Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.632Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675866648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675867659,
  "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=?
2021-10-08T06:53:21.647Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.647Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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=?
2021-10-08T06:53:21.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675867767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675868131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675868662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675868752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675870855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675870890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675871858,
  "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=?
2021-10-08T06:53:21.664Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.664Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "clamp",
  "timestamp": 1633675871893,
  "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=?
2021-10-08T06:53:21.678Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.678Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675858075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675876933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "dcae-sch",
  "timestamp": 1633675870213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "cds",
  "timestamp": 1633675877939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:53:21.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633675871333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675879207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "aai-ml",
  "timestamp": 1633675880210,
  "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=?
2021-10-08T06:53:21.731Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f6415bd-f506-4612-ac81-191eeaf94767
2021-10-08T06:53:21.731Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6415bd-f506-4612-ac81-191eeaf94767 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 (?, ?, ?, ?, ?)
2021-10-08T06:53:21.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:21.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:53:21.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675873181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:53:21.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:53:50.685Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:53:50.698Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:53:50.702Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:53:50.702Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:53:50.702Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:53:50.702Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:53:50.703Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.703Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.703Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.703Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.704Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.704Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:53:50.704Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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=?
2021-10-08T06:53:50.710Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:54:20.711Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c 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=?
2021-10-08T06:54:20.718Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3def72ba-01c5-4318-85a0-7e15f0c3488c and serviceModelVersionId: 56ea57eb-520d-417d-aa7f-cf7ba165f679
2021-10-08T06:54:20.718Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22215bd7-68be-4be1-a134-8768487b8497
2021-10-08T06:54:20.719Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0
2021-10-08T06:54:20.726Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:54:20.760Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|INFO|500||Invoke
2021-10-08T06:54:20.760Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3def72ba-01c5-4318-85a0-7e15f0c3488c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e365efd2-c092-4adb-9f3c-b967ddc06a4d], X-ECOMP-RequestID=[3def72ba-01c5-4318-85a0-7e15f0c3488c], X-TransactionId=[], X-ONAP-RequestID=[3def72ba-01c5-4318-85a0-7e15f0c3488c], Content-Type=[application/merge-patch+json]}
2021-10-08T06:54:20.780Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:54:21.034Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211008-06:54:20:787-40729], vertex-id=[196672], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:54:20 GMT], Content-Type=[application/json]}
2021-10-08T06:54:21.034Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:54:21.035Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22215bd7-68be-4be1-a134-8768487b8497/model-vers/model-ver/56ea57eb-520d-417d-aa7f-cf7ba165f679?depth=0|INFO|500||InvokeReturn
2021-10-08T06:54:21.036Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:54:21.036Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:54:21.041Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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)
2021-10-08T06:54:21.041Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3def72ba-01c5-4318-85a0-7e15f0c3488c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:54:21.041Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:54:21.041Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:21.043Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:21.043Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676061041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:54:21.144Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:54:21.145Z||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.
2021-10-08T06:54:21.145Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:21.162Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:21.162Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:54:21.417Z||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.
2021-10-08T06:54:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:21.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:21.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675874024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675874013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675883706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675884359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675884377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675885380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675885680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675885868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "policy-id",
  "timestamp": 1633675886383,
  "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=?
2021-10-08T06:54:21.451Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:54:21.451Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
2021-10-08T06:54:21.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633675886684,
  "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=?
2021-10-08T06:54:21.468Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:54:21.468Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
2021-10-08T06:54:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633675886871,
  "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=?
2021-10-08T06:54:21.497Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:54:21.497Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
2021-10-08T06:54:21.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675881330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675887557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:54:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675897262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675901345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675902907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "clamp",
  "timestamp": 1633675903909,
  "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=?
2021-10-08T06:54:21.516Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:54:21.516Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
2021-10-08T06:54:21.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675904348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:21.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:54:21.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:54:21.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "aai-ml",
  "timestamp": 1633675905351,
  "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=?
2021-10-08T06:54:21.529Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
2021-10-08T06:54:21.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:54:22.057Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:54:22.057Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|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.
2021-10-08T06:54:22.058Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:26.350Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:26.351Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:54:26.352Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f6415bd-f506-4612-ac81-191eeaf94767","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d1b287d6-25b6-4561-8b3b-a515ec8a6cd4","serviceDescription":"service","serviceInvariantUUID":"3ae0397a-614c-4cca-b60f-474e287b272c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"997dcb24-59e8-4748-8bdf-2c62fce78c72","resourceInvariantUUID":"b39925c2-f29d-4d10-a7a0-80e20aa44f32","resourceCustomizationUUID":"e014a238-aaf7-4c4b-8e20-f0e17ac8417e","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":"MThkMGYzODc3NTRjZGUxZTA0YmY1MWViOTYwNTg5YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18303c4b-23b2-45ee-b7db-77925b9bf269","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":"MmMyODYxMjM4N2YxMGMwOTFjYTk0YjY2ZWJkMzAwMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89999671-9491-4b26-89bf-d2a6c608f723","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":"2dc3abb1-4002-4c72-b02b-f5099d4f2a3e","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":"cd0bc081-886d-4522-9d0b-2d3a0d7abf89","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":"513bc7eb-7f70-4b7a-bf3f-0494ddac84bb","artifactVersion":"2","generatedFromUUID":"2dc3abb1-4002-4c72-b02b-f5099d4f2a3e"},{"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":"NjM4NzU2YTEzOGYzODA4NGY5ZjIyNzQ1Y2UyOWJmZDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d945dd74-2c5e-4efa-96cb-6c47e95310af","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":"MWU4N2E5MDJlNzlhZTczZjlkM2JkZDk5YTA4NDM2MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7565810-9641-4303-a9dd-22e4431f01db","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NThlZGYxNDcxN2I0ZDJiYzZhNWUzYTJhMGYyMjVhNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7c08b5b-2280-4713-9861-78d64c100e57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:54:26.354Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:26.355Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:26.356Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:26.357Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:26.457Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:26.458Z||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.
2021-10-08T06:54:26.458Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:26.469Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:26.469Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:27.357Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:27.358Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:27.360Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:27.360Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:54:27.460Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:27.461Z||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.
2021-10-08T06:54:27.461Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:27.473Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:27.473Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:28.361Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:28.362Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:28.364Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:28.364Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:54:28.464Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:28.465Z||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.
2021-10-08T06:54:28.465Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:28.478Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:28.478Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:29.364Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:29.365Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:29.367Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:29.367Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:29.467Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:29.468Z||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.
2021-10-08T06:54:29.468Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:29.480Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:29.480Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:54:30.367Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:30.368Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:30.370Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:30.370Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:54:30.470Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:30.471Z||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.
2021-10-08T06:54:30.471Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:30.483Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:30.483Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:31.370Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:31.371Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:31.373Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:31.373Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:31.473Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:31.474Z||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.
2021-10-08T06:54:31.474Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:31.519Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:31.520Z||pool-61-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:32.373Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:32.374Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:32.375Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:32.376Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:54:32.477Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:54:32.478Z||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.
2021-10-08T06:54:32.478Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:32.489Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:32.490Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:33.376Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:54:33.377Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:33.378Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:33.378Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:54:33.479Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:54:33.479Z||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.
2021-10-08T06:54:33.479Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:33.497Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:33.498Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:34.380Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d1b287d6-25b6-4561-8b3b-a515ec8a6cd4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ae0397a-614c-4cca-b60f-474e287b272c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e014a238-aaf7-4c4b-8e20-f0e17ac8417e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "997dcb24-59e8-4748-8bdf-2c62fce78c72",
      "resourceInvariantUUID": "b39925c2-f29d-4d10-a7a0-80e20aa44f32",
      "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": "MmMyODYxMjM4N2YxMGMwOTFjYTk0YjY2ZWJkMzAwMGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "89999671-9491-4b26-89bf-d2a6c608f723",
          "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": "2dc3abb1-4002-4c72-b02b-f5099d4f2a3e",
          "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": "513bc7eb-7f70-4b7a-bf3f-0494ddac84bb",
            "generatedFromUUID": "2dc3abb1-4002-4c72-b02b-f5099d4f2a3e"
          },
          "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": "513bc7eb-7f70-4b7a-bf3f-0494ddac84bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NThlZGYxNDcxN2I0ZDJiYzZhNWUzYTJhMGYyMjVhNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7c08b5b-2280-4713-9861-78d64c100e57"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:54:34.380Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:54:34.380Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1b287d6-25b6-4561-8b3b-a515ec8a6cd4 ASDC
2021-10-08T06:54:34.381Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f6415bd-f506-4612-ac81-191eeaf94767
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d1b287d6-25b6-4561-8b3b-a515ec8a6cd4
ServiceInvariantUUID:3ae0397a-614c-4cca-b60f-474e287b272c
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:f7c08b5b-2280-4713-9861-78d64c100e57
ArtifactChecksum:NThlZGYxNDcxN2I0ZDJiYzZhNWUzYTJhMGYyMjVhNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e014a238-aaf7-4c4b-8e20-f0e17ac8417e
ResourceInvariantUUID:b39925c2-f29d-4d10-a7a0-80e20aa44f32
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:997dcb24-59e8-4748-8bdf-2c62fce78c72
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:89999671-9491-4b26-89bf-d2a6c608f723
ArtifactChecksum:MmMyODYxMjM4N2YxMGMwOTFjYTk0YjY2ZWJkMzAwMGU=
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:2dc3abb1-4002-4c72-b02b-f5099d4f2a3e
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:513bc7eb-7f70-4b7a-bf3f-0494ddac84bb
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:513bc7eb-7f70-4b7a-bf3f-0494ddac84bb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:54:34.381Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1b287d6-25b6-4561-8b3b-a515ec8a6cd4 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=?
2021-10-08T06:54:34.412Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:54:34.413Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:54:34.413Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:54:34.413Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f7c08b5b-2280-4713-9861-78d64c100e57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-08T06:54:34.413Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:54:34.413Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-08T06:54:36.529Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:54:36.535Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f7c08b5b-2280-4713-9861-78d64c100e57 78600
2021-10-08T06:54:36.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-08T06:54:36.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-08T06:54:36.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:54:36.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:36.538Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:36.539Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676076536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:36.639Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:36.640Z||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.
2021-10-08T06:54:36.640Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:36.653Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:36.654Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:37.539Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:54:37.540Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:54:37.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f7c08b5b-2280-4713-9861-78d64c100e57, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-08T06:54:37.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-08T06:54:37.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-08T06:54:37.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-08T06:54:37.665Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11602304960096956038/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
2021-10-08T06:54:38.665Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:54:38.665Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:38.666Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:54:38.667Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.668Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:38.669Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f6fdb1d-07b3-446d-b7be-d12668bfa42d
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:38.670Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:38.671Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d1b287d6-25b6-4561-8b3b-a515ec8a6cd4
Model Version:NULL
Model InvariantUuid:3ae0397a-614c-4cca-b60f-474e287b272c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ab9da8d4-0851-4b02-bfca-a4f13ef23b09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b39925c2-f29d-4d10-a7a0-80e20aa44f32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e014a238-aaf7-4c4b-8e20-f0e17ac8417e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c42d3feb-e3dd-4de8-8f42-3d3779af35ad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:aebf039c-ae74-4f4b-aaca-0bbb9f15676e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f6fdb1d-07b3-446d-b7be-d12668bfa42d
ModelInvariantUuid:93e1f667-9996-4ea6-8231-5d28405a2a8e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:717efeb4-e23e-49b9-aff7-a55abf39e30b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a56ad22b-68d7-48df-ada1-d6e5edd08354
ModelInvariantUuid:a78c9ad3-faf9-4f1c-87ab-f8b9c94d0733
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7823a3c2-4e37-4ede-b178-47e5b50d4ff7
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:54:38.679Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 997dcb24-59e8-4748-8bdf-2c62fce78c72
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:54:38.682Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-10-08T06:54:38.683Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 997dcb24-59e8-4748-8bdf-2c62fce78c72
2021-10-08T06:54:38.683Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89999671-9491-4b26-89bf-d2a6c608f723 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-08T06:54:38.683Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:54:38.683Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:39.928Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:54:39.929Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 89999671-9491-4b26-89bf-d2a6c608f723 792
2021-10-08T06:54:39.929Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:39.929Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:39.929Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:54:39.929Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:39.931Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:39.931Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676079929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:40.031Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:40.032Z||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.
2021-10-08T06:54:40.032Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:40.048Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:40.049Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:40.932Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c42d3feb-e3dd-4de8-8f42-3d3779af35ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aebf039c-ae74-4f4b-aaca-0bbb9f15676e",
    "vfModuleModelCustomizationUUID": "c111dcd9-ce78-4949-b1d4-895cef5d82f2",
    "isBase": true,
    "artifacts": [
      "2dc3abb1-4002-4c72-b02b-f5099d4f2a3e",
      "513bc7eb-7f70-4b7a-bf3f-0494ddac84bb"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:54:40.936Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aebf039c-ae74-4f4b-aaca-0bbb9f15676e
VfModuleModelInvariantUUID:c42d3feb-e3dd-4de8-8f42-3d3779af35ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc3abb1-4002-4c72-b02b-f5099d4f2a3e
,
513bc7eb-7f70-4b7a-bf3f-0494ddac84bb

}
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


}

2021-10-08T06:54:40.938Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c42d3feb-e3dd-4de8-8f42-3d3779af35ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aebf039c-ae74-4f4b-aaca-0bbb9f15676e",
    "vfModuleModelCustomizationUUID": "c111dcd9-ce78-4949-b1d4-895cef5d82f2",
    "isBase": true,
    "artifacts": [
      "2dc3abb1-4002-4c72-b02b-f5099d4f2a3e",
      "513bc7eb-7f70-4b7a-bf3f-0494ddac84bb"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:54:40.939Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aebf039c-ae74-4f4b-aaca-0bbb9f15676e
VfModuleModelInvariantUUID:c42d3feb-e3dd-4de8-8f42-3d3779af35ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc3abb1-4002-4c72-b02b-f5099d4f2a3e
,
513bc7eb-7f70-4b7a-bf3f-0494ddac84bb

}
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


}

2021-10-08T06:54:40.939Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2dc3abb1-4002-4c72-b02b-f5099d4f2a3e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-08T06:54:40.939Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:54:40.939Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:42.645Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:54:42.646Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2dc3abb1-4002-4c72-b02b-f5099d4f2a3e 5033
2021-10-08T06:54:42.646Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:42.646Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:42.646Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:54:42.647Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:42.648Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:42.649Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676082646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:42.749Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:42.749Z||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.
2021-10-08T06:54:42.749Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:42.760Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:42.760Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:43.649Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 513bc7eb-7f70-4b7a-bf3f-0494ddac84bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-08T06:54:43.650Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:54:43.650Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:44.967Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:54:44.968Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 513bc7eb-7f70-4b7a-bf3f-0494ddac84bb 903
2021-10-08T06:54:44.968Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:44.968Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:44.968Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:54:44.969Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:44.970Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:44.970Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676084968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:54:45.071Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:45.072Z||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.
2021-10-08T06:54:45.072Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:45.084Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:45.084Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:45.971Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d1b287d6-25b6-4561-8b3b-a515ec8a6cd4
2021-10-08T06:54:45.971Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 997dcb24-59e8-4748-8bdf-2c62fce78c72 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:54:45.989Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66707c7d, org.onap.sdc.toscaparser.api.parameters.Input@4a7bd967, org.onap.sdc.toscaparser.api.parameters.Input@45b6e95a, org.onap.sdc.toscaparser.api.parameters.Input@1e4f07c, org.onap.sdc.toscaparser.api.parameters.Input@6412f7a9]
2021-10-08T06:54:45.991Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:45.991Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:45.992Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:54:45.992Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e014a238-aaf7-4c4b-8e20-f0e17ac8417e
2021-10-08T06:54:45.992Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e014a238-aaf7-4c4b-8e20-f0e17ac8417e matches Tosca VF Customization UUID: e014a238-aaf7-4c4b-8e20-f0e17ac8417e
2021-10-08T06:54:45.992Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e014a238-aaf7-4c4b-8e20-f0e17ac8417e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:54:45.995Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:45.995Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:45.996Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e014a238-aaf7-4c4b-8e20-f0e17ac8417e: {\"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\"}
2021-10-08T06:54:45.996Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@247906e3
2021-10-08T06:54:45.997Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:45.997Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:54:45.997Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c111dcd9-ce78-4949-b1d4-895cef5d82f2
2021-10-08T06:54:45.997Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c111dcd9-ce78-4949-b1d4-895cef5d82f2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:54:46.000Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.001Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:46.001Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:46.001Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.001Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:46.001Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:46.002Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.002Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-08T06:54:46.002Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-08T06:54:46.002Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-08T06:54:46.002Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f6fdb1d-07b3-446d-b7be-d12668bfa42d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:54:46.005Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.005Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:46.005Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:54:46.005Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.006Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-08T06:54:46.006Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e014a238-aaf7-4c4b-8e20-f0e17ac8417e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:54:46.007Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.007Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.008Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d1b287d6-25b6-4561-8b3b-a515ec8a6cd4: basic_vm_macro
2021-10-08T06:54:46.008Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.008Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.008Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.008Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.009Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.009Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.009Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.009Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.009Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:54:46.010Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:54:46.010Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:54:46.109Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 997dcb24-59e8-4748-8bdf-2c62fce78c72 1 ASDC deployResourceStructure
2021-10-08T06:54:46.110Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:46.110Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:46.110Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:54:46.110Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:46.112Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:46.112Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676086110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:46.212Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:46.213Z||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.
2021-10-08T06:54:46.213Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:46.224Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:46.224Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:47.113Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:47.113Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:47.114Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:54:47.114Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:47.116Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:47.116Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676087113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:47.216Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:47.216Z||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.
2021-10-08T06:54:47.217Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:47.230Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:47.230Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:48.116Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:48.118Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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
2021-10-08T06:54:48.118Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:54:48.118Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:48.120Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:48.120Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676088116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:48.220Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:48.221Z||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.
2021-10-08T06:54:48.221Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:48.243Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:48.244Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:49.120Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-08T06:54:49.121Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-08T06:54:49.121Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:54:49.122Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:54:49.123Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:54:49.124Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676089120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:54:49.224Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:54:49.224Z||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.
2021-10-08T06:54:49.225Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:54:49.236Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:54:49.237Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:54:50.124Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6415bd-f506-4612-ac81-191eeaf94767
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:54:50.137Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6415bd-f506-4612-ac81-191eeaf94767
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:54:50.140Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:54:50.140Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:54:50.140Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:54:50.141Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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=?
2021-10-08T06:54:50.146Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:55:20.146Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f6415bd-f506-4612-ac81-191eeaf94767 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=?
2021-10-08T06:55:20.154Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f6415bd-f506-4612-ac81-191eeaf94767 and serviceModelVersionId: d1b287d6-25b6-4561-8b3b-a515ec8a6cd4
2021-10-08T06:55:20.154Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ae0397a-614c-4cca-b60f-474e287b272c
2021-10-08T06:55:20.155Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0
2021-10-08T06:55:20.159Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:55:20.189Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|INFO|500||Invoke
2021-10-08T06:55:20.189Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f6415bd-f506-4612-ac81-191eeaf94767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45816e9c-15d9-4cce-8ae7-daa25ea7099f], X-ECOMP-RequestID=[6f6415bd-f506-4612-ac81-191eeaf94767], X-TransactionId=[], X-ONAP-RequestID=[6f6415bd-f506-4612-ac81-191eeaf94767], Content-Type=[application/merge-patch+json]}
2021-10-08T06:55:20.205Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:55:20.516Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211008-06:55:20:213-52803], vertex-id=[258088], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:55:20 GMT], Content-Type=[application/json]}
2021-10-08T06:55:20.516Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:55:20.517Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ae0397a-614c-4cca-b60f-474e287b272c/model-vers/model-ver/d1b287d6-25b6-4561-8b3b-a515ec8a6cd4?depth=0|INFO|500||InvokeReturn
2021-10-08T06:55:20.517Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:55:20.517Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:55:20.522Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||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)
2021-10-08T06:55:20.522Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f6415bd-f506-4612-ac81-191eeaf94767 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:55:20.522Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:55:20.523Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:20.525Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:20.525Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676120522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:55:20.625Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:20.626Z||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.
2021-10-08T06:55:20.626Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:20.639Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:20.639Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:55:21.417Z||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.
2021-10-08T06:55:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:21.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:21.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676001726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676001330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676014544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676007557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "cds",
  "timestamp": 1633676015549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:55:21.473Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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 (?, ?, ?, ?, ?)
2021-10-08T06:55:21.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676017733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676010213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676011333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676020912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676014024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676014013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676022967,
  "artifactURL": "/sdc/v1/catalog/services/4948270b-d637-4056-8bf2-ada426ac1ff5/resourceInstances/basicclamp0/artifacts/3270a3af-1222-46e3-9f66-8f5a87a0004e",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676023204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676023911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676024118,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676024218,
  "artifactURL": "/sdc/v1/catalog/services/4948270b-d637-4056-8bf2-ada426ac1ff5/resourceInstances/basicclamp0/artifacts/3270a3af-1222-46e3-9f66-8f5a87a0004e",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676024914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676025122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "dcae-sch",
  "timestamp": 1633676025222,
  "artifactURL": "/sdc/v1/catalog/services/4948270b-d637-4056-8bf2-ada426ac1ff5/resourceInstances/basicclamp0/artifacts/3270a3af-1222-46e3-9f66-8f5a87a0004e",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-08T06:55:21.495Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.495Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676025452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "policy-id",
  "timestamp": 1633676026124,
  "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=?
2021-10-08T06:55:21.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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 (?, ?, ?, ?, ?)
2021-10-08T06:55:21.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676026467,
  "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=?
2021-10-08T06:55:21.520Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.520Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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=?
2021-10-08T06:55:21.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676027148,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676027471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "aai-ml",
  "timestamp": 1633676028152,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:55:21.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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=?
2021-10-08T06:55:21.535Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.535Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"399ebea8-06ea-41e8-92b5-f0e2bc0e6872","serviceName":"Demo_pNF_lX4Xb7EUCDFHhRygpHwP","serviceVersion":"1.0","serviceUUID":"dd9b549e-9646-43a9-a5d0-c57d38035ba0","serviceDescription":"catalog service description","serviceInvariantUUID":"ef810dc9-a264-477c-936f-1ac619b48e59","resources":[{"resourceInstanceName":"pNF 2508c998-3147 0","resourceName":"pNF 2508c998-3147","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2b7fa9ea-9bc3-48b7-b0f0-e914bb811323","resourceInvariantUUID":"d80e1dc2-78bc-488b-80c9-40c371008094","resourceCustomizationUUID":"6ac328f1-a6e4-4601-af0b-93abfcf2d31a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml","artifactChecksum":"MTBjOWZkOThlNzVkMTI5MzQ3ZDUwYTRkY2I0NmUxMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9ee4cbb-adac-460e-8d23-08fa180d934b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar","artifactChecksum":"YTFhZTMxMTZkZTg3YzFmNWIxODQ1MjNkZjRkZjBmNTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"952a3e69-bbe7-4822-93cf-2bd781026a51","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5912689-4b46-467c-8265-78c999833a5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml","artifactChecksum":"YjYwMmNlYTQ4ZDM5ODY3MzkyZGQ4YTZjZjA5YmNiNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea380dac-859d-47ff-b71b-00519d9a99f2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"acab6520-b812-4363-b2f4-3b88561d7c26","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07a7be49-5ebc-400e-bb3b-c5060c4a2ab4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml","artifactChecksum":"ODhkODMxYjkyMjNiMzgwYzQ2MDEwZGNlZDg2ODMzN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f677797-40c1-4d9e-9c46-c8ed8756714a","artifactVersion":"1"},{"artifactName":"service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar","artifactChecksum":"NGVjZmM0ODYyOGYyNDQ3ZDMyZTQ4NzA2NTA0MzZlMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"039bcfec-e673-445d-b8f7-ce2c7f019b9e","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:55:21.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:21.536Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:21.538Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:21.538Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676029020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676030023,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676023182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "clamp",
  "timestamp": 1633676031026,
  "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=?
2021-10-08T06:55:21.548Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.548Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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 (?, ?, ?, ?, ?)
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676034705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676036749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:21.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676037752,
  "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=?
2021-10-08T06:55:21.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72e08a1c-33d3-4cf9-b022-1913475a9dc9
2021-10-08T06:55:21.560Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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 (?, ?, ?, ?, ?)
2021-10-08T06:55:21.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:55:21.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676061041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:55:21.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:55:21.638Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:21.639Z||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.
2021-10-08T06:55:21.639Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:21.653Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:21.653Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:55:22.538Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:22.539Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:22.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:22.541Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:22.642Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:55:22.643Z||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.
2021-10-08T06:55:22.643Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:22.654Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:22.655Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:23.542Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:23.543Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:23.545Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:23.545Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:23.645Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:23.646Z||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.
2021-10-08T06:55:23.646Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:23.657Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:23.657Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:24.546Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:24.547Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:24.550Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:24.550Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:24.650Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:24.650Z||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.
2021-10-08T06:55:24.651Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:24.662Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:24.662Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:25.551Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:25.551Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:25.554Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:25.554Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:25.654Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:25.655Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T06:55:25.655Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:25.667Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:25.668Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:26.555Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:26.556Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:26.558Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:26.558Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:26.658Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:26.659Z||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.
2021-10-08T06:55:26.659Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:26.671Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:26.671Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:27.559Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:27.559Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:27.561Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:27.561Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:55:27.662Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:55:27.662Z||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.
2021-10-08T06:55:27.663Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:27.674Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:27.675Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:28.562Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:55:28.563Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:28.565Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:28.565Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:55:28.665Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:55:28.666Z||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.
2021-10-08T06:55:28.666Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:28.679Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:28.679Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:29.566Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "serviceName": "Demo_pNF_lX4Xb7EUCDFHhRygpHwP",
  "serviceVersion": "1.0",
  "serviceUUID": "dd9b549e-9646-43a9-a5d0-c57d38035ba0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef810dc9-a264-477c-936f-1ac619b48e59",
  "resources": [
    {
      "resourceInstanceName": "pNF 2508c998-3147 0",
      "resourceCustomizationUUID": "6ac328f1-a6e4-4601-af0b-93abfcf2d31a",
      "resourceName": "pNF 2508c998-3147",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2b7fa9ea-9bc3-48b7-b0f0-e914bb811323",
      "resourceInvariantUUID": "d80e1dc2-78bc-488b-80c9-40c371008094",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
      "artifactChecksum": "NGVjZmM0ODYyOGYyNDQ3ZDMyZTQ4NzA2NTA0MzZlMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "039bcfec-e673-445d-b8f7-ce2c7f019b9e"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:55:29.567Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:55:29.567Z|6f6415bd-f506-4612-ac81-191eeaf94767|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd9b549e-9646-43a9-a5d0-c57d38035ba0 ASDC
2021-10-08T06:55:29.567Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:399ebea8-06ea-41e8-92b5-f0e2bc0e6872
ServiceName:Demo_pNF_lX4Xb7EUCDFHhRygpHwP
ServiceVersion:1.0
ServiceUUID:dd9b549e-9646-43a9-a5d0-c57d38035ba0
ServiceInvariantUUID:ef810dc9-a264-477c-936f-1ac619b48e59
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
ArtifactUUID:039bcfec-e673-445d-b8f7-ce2c7f019b9e
ArtifactChecksum:NGVjZmM0ODYyOGYyNDQ3ZDMyZTQ4NzA2NTA0MzZlMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2508c998-3147 0
ResourceCustomizationUUID:6ac328f1-a6e4-4601-af0b-93abfcf2d31a
ResourceInvariantUUID:d80e1dc2-78bc-488b-80c9-40c371008094
ResourceName:pNF 2508c998-3147
ResourceType:PNF
ResourceUUID:2b7fa9ea-9bc3-48b7-b0f0-e914bb811323
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-08T06:55:29.567Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd9b549e-9646-43a9-a5d0-c57d38035ba0 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=?
2021-10-08T06:55:29.594Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:55:29.595Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:55:29.595Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:55:29.595Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 039bcfec-e673-445d-b8f7-ce2c7f019b9e from URL: /sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:29.595Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:55:29.596Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:30.732Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:55:30.737Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar 039bcfec-e673-445d-b8f7-ce2c7f019b9e 82551
2021-10-08T06:55:30.738Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar ASDC sendASDCNotification
2021-10-08T06:55:30.738Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:30.738Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:55:30.738Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:30.740Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:30.740Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676130738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:55:30.841Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:55:30.841Z||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.
2021-10-08T06:55:30.841Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:30.852Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:30.852Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:31.741Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:55:31.742Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:55:31.742Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 039bcfec-e673-445d-b8f7-ce2c7f019b9e, URL: /sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar to file: /app/ASDC/1/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:31.743Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:31.743Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:31.743Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:31.868Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9194024230353578770/Definitions/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml
2021-10-08T06:55:32.443Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:55:32.443Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:55:32.443Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.443Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-08T06:55:32.443Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2508c998-3147 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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Node template pNF 2508c998-3147 0 is matching search criteria
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:55:32.444Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2508c998-3147 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Node template pNF 2508c998-3147 0 is matching search criteria
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2508c998-3147 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.445Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.446Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.446Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.446Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lX4Xb7EUCDFHhRygpHwP
Description:catalog service description
Model UUID:dd9b549e-9646-43a9-a5d0-c57d38035ba0
Model Version:NULL
Model InvariantUuid:ef810dc9-a264-477c-936f-1ac619b48e59
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:55:32.452Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2b7fa9ea-9bc3-48b7-b0f0-e914bb811323
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:55:32.455Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||pNF 2508c998-3147 0
2021-10-08T06:55:32.455Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2b7fa9ea-9bc3-48b7-b0f0-e914bb811323
2021-10-08T06:55:32.455Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||No resources found for Service: dd9b549e-9646-43a9-a5d0-c57d38035ba0
2021-10-08T06:55:32.456Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: dd9b549e-9646-43a9-a5d0-c57d38035ba0
2021-10-08T06:55:32.456Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2508c998-3147 0 2b7fa9ea-9bc3-48b7-b0f0-e914bb811323 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:55:32.461Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a366ea4, org.onap.sdc.toscaparser.api.parameters.Input@17420c94, org.onap.sdc.toscaparser.api.parameters.Input@5b95d70f, org.onap.sdc.toscaparser.api.parameters.Input@789399ee, org.onap.sdc.toscaparser.api.parameters.Input@51798b16]
2021-10-08T06:55:32.462Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.462Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.462Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid dd9b549e-9646-43a9-a5d0-c57d38035ba0: pNF 2508c998-3147
2021-10-08T06:55:32.463Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2b7fa9ea-9bc3-48b7-b0f0-e914bb811323
2021-10-08T06:55:32.463Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:55:32.463Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lX4Xb7EUCDFHhRygpHwP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:55:32.463Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||Resource customization UUID: 6ac328f1-a6e4-4601-af0b-93abfcf2d31a is the same as notified resource customizationUUID: 6ac328f1-a6e4-4601-af0b-93abfcf2d31a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-10-08T06:55:32.513Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2508c998-3147 2b7fa9ea-9bc3-48b7-b0f0-e914bb811323 0 ASDC deployResourceStructure
2021-10-08T06:55:32.513Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar ASDC sendASDCNotification
2021-10-08T06:55:32.513Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar
2021-10-08T06:55:32.513Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:55:32.514Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:55:32.515Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:55:32.515Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676132513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:55:32.616Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:55:32.617Z||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.
2021-10-08T06:55:32.617Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:55:32.629Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:55:32.630Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:55:33.516Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:55:33.530Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 399ebea8-06ea-41e8-92b5-f0e2bc0e6872
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:55:33.532Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:55:33.532Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:55:33.532Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:55:33.533Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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=?
2021-10-08T06:55:33.538Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:56:03.539Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 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=?
2021-10-08T06:56:03.545Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 and serviceModelVersionId: dd9b549e-9646-43a9-a5d0-c57d38035ba0
2021-10-08T06:56:03.545Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef810dc9-a264-477c-936f-1ac619b48e59
2021-10-08T06:56:03.546Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?depth=0
2021-10-08T06:56:03.552Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:56:03.578Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?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]}
2021-10-08T06:56:03.579Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?depth=0|INFO|500||Invoke
2021-10-08T06:56:03.598Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:56:03.848Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?depth=0|INFO|500||InvokeReturn
2021-10-08T06:56:03.849Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef810dc9-a264-477c-936f-1ac619b48e59/model-vers/model-ver/dd9b549e-9646-43a9-a5d0-c57d38035ba0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211008-06:56:03:604-16874], vertex-id=[266280], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:56:03 GMT], Content-Type=[application/json]}
2021-10-08T06:56:03.849Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:56:03.849Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:56:03.849Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:56:03.855Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||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)
2021-10-08T06:56:03.855Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 399ebea8-06ea-41e8-92b5-f0e2bc0e6872 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:56:03.855Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:56:03.855Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:03.858Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:03.858Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676163855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:56:03.958Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:03.959Z||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.
2021-10-08T06:56:03.959Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:03.975Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:03.975Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-08T06:56:04.872Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:56:04.872Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"72e08a1c-33d3-4cf9-b022-1913475a9dc9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4948270b-d637-4056-8bf2-ada426ac1ff5","serviceDescription":"service","serviceInvariantUUID":"9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1966160b-f8e6-4605-99e4-2fb7b0705955","resourceInvariantUUID":"dc207094-e159-4dfd-8dad-ac102b9f9c1e","resourceCustomizationUUID":"e160234f-4d32-4327-b704-183eff9745f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3270a3af-1222-46e3-9f66-8f5a87a0004e","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MWEyMDA0MmIyZjgyYmJmNGM5ZTcwYTBhMzBjY2JjOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a501ff0-d4cd-40da-8280-34ac25a6d0a9","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MmJiOWViZGVhNzA5YjI3ZDA2OWE2NzFhMzRkOTllMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16b8c62f-9006-48ff-a0c1-1173bcf5f003","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"127bb3d3-f954-4e99-bfbd-b7a92e18552e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38d8ecf7-962f-4907-9ed1-b58f6467fb20","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c70b19c-4187-4e79-9a32-c209d6a61e1c","artifactVersion":"2","generatedFromUUID":"127bb3d3-f954-4e99-bfbd-b7a92e18552e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2MyMjUwYzU1ODFmNmI2NmM2Yzg0YmNlOGM3ODVlZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37b50ce4-6baf-4d42-9dc8-8008f7e5f45b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjIxZTJkZGI2NTk1MDI2ZTNiNzZiNDA2MzBhNTRmODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:56:04.873Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:04.873Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:04.875Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:04.875Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:04.975Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:04.976Z||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.
2021-10-08T06:56:04.976Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:04.989Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:04.990Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:05.875Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:05.876Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:05.878Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:05.878Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:05.978Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:05.979Z||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.
2021-10-08T06:56:05.979Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:05.991Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:05.991Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:06.878Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:06.879Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:06.881Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:06.881Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:56:06.981Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:06.982Z||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.
2021-10-08T06:56:06.982Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:06.994Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:06.995Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:07.881Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:07.882Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:07.883Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:07.884Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:56:07.984Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:07.985Z||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.
2021-10-08T06:56:07.985Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:07.996Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:07.997Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:08.884Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:08.885Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:08.887Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:08.887Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:08.987Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:08.988Z||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.
2021-10-08T06:56:08.988Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:09.000Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:09.000Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:09.888Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:09.889Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:09.891Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:09.891Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:56:09.991Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:09.992Z||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.
2021-10-08T06:56:09.992Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:10.005Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:10.005Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:56:10.891Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:10.892Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:10.894Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:10.894Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:10.994Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:10.995Z||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.
2021-10-08T06:56:10.995Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:11.006Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:11.006Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:11.895Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:56:11.896Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:11.898Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:11.898Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:11.998Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:11.999Z||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.
2021-10-08T06:56:11.999Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:12.010Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:12.010Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:12.899Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4948270b-d637-4056-8bf2-ada426ac1ff5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e160234f-4d32-4327-b704-183eff9745f5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1966160b-f8e6-4605-99e4-2fb7b0705955",
      "resourceInvariantUUID": "dc207094-e159-4dfd-8dad-ac102b9f9c1e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MmJiOWViZGVhNzA5YjI3ZDA2OWE2NzFhMzRkOTllMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16b8c62f-9006-48ff-a0c1-1173bcf5f003",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "127bb3d3-f954-4e99-bfbd-b7a92e18552e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c70b19c-4187-4e79-9a32-c209d6a61e1c",
            "generatedFromUUID": "127bb3d3-f954-4e99-bfbd-b7a92e18552e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c70b19c-4187-4e79-9a32-c209d6a61e1c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MjIxZTJkZGI2NTk1MDI2ZTNiNzZiNDA2MzBhNTRmODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:56:12.900Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:56:12.900Z|399ebea8-06ea-41e8-92b5-f0e2bc0e6872|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4948270b-d637-4056-8bf2-ada426ac1ff5 ASDC
2021-10-08T06:56:12.900Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:72e08a1c-33d3-4cf9-b022-1913475a9dc9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4948270b-d637-4056-8bf2-ada426ac1ff5
ServiceInvariantUUID:9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b
ArtifactChecksum:MjIxZTJkZGI2NTk1MDI2ZTNiNzZiNDA2MzBhNTRmODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e160234f-4d32-4327-b704-183eff9745f5
ResourceInvariantUUID:dc207094-e159-4dfd-8dad-ac102b9f9c1e
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:1966160b-f8e6-4605-99e4-2fb7b0705955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:16b8c62f-9006-48ff-a0c1-1173bcf5f003
ArtifactChecksum:MmJiOWViZGVhNzA5YjI3ZDA2OWE2NzFhMzRkOTllMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:127bb3d3-f954-4e99-bfbd-b7a92e18552e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2c70b19c-4187-4e79-9a32-c209d6a61e1c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2c70b19c-4187-4e79-9a32-c209d6a61e1c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:56:12.900Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4948270b-d637-4056-8bf2-ada426ac1ff5 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=?
2021-10-08T06:56:12.936Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:56:12.936Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:56:12.937Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:56:12.937Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-08T06:56:12.937Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:56:12.937Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-08T06:56:13.531Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:56:13.535Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b 73464
2021-10-08T06:56:13.535Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-08T06:56:13.536Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-08T06:56:13.536Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:56:13.536Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:13.538Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:13.538Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676173535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:13.639Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:13.639Z||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.
2021-10-08T06:56:13.639Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:13.653Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:13.654Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:56:14.539Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:56:14.540Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:56:14.540Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0c7c4ba1-f1c2-4121-a5d0-bd2efdfdf63b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:14.540Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-08T06:56:14.541Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:14.541Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:14.636Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10223881295466822581/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-08T06:56:15.580Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:56:15.580Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:56:15.580Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.581Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.582Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:15.583Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:15.584Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d9d3fdc-253c-4ac3-9386-df8fa6dfe7e4
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.585Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.586Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.586Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.586Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:15.586Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:15.586Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4948270b-d637-4056-8bf2-ada426ac1ff5
Model Version:NULL
Model InvariantUuid:9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5502ce49-8353-492c-9e62-15188adaa532
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc207094-e159-4dfd-8dad-ac102b9f9c1e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e160234f-4d32-4327-b704-183eff9745f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7be7ac03-0aec-4d69-9de8-2371cca0795e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:233cf105-70d4-4530-83b3-2aa775249009
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d9d3fdc-253c-4ac3-9386-df8fa6dfe7e4
ModelInvariantUuid:691144f3-3804-4348-965b-dbdb4622d87d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e883c161-8ac3-42c7-885d-a2f7973808e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4e7fdabe-fb8f-4d63-a781-bdf33d2df850
ModelInvariantUuid:16ae6006-d40c-409c-9858-cb031964a1d2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2de46d7e-a093-438a-be48-cfa14a44a4d6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:56:15.594Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1966160b-f8e6-4605-99e4-2fb7b0705955
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:56:15.597Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-10-08T06:56:15.597Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1966160b-f8e6-4605-99e4-2fb7b0705955
2021-10-08T06:56:15.597Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 16b8c62f-9006-48ff-a0c1-1173bcf5f003 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-08T06:56:15.597Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:56:15.597Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-08T06:56:16.139Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:56:16.139Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 16b8c62f-9006-48ff-a0c1-1173bcf5f003 790
2021-10-08T06:56:16.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-08T06:56:16.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-08T06:56:16.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:56:16.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:16.143Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:16.143Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676176140,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:16.243Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:16.244Z||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.
2021-10-08T06:56:16.244Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:16.256Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:16.256Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:17.143Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7be7ac03-0aec-4d69-9de8-2371cca0795e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "233cf105-70d4-4530-83b3-2aa775249009",
    "vfModuleModelCustomizationUUID": "15bc54b2-09b8-4c4a-a785-d6bbe63e83fb",
    "isBase": true,
    "artifacts": [
      "127bb3d3-f954-4e99-bfbd-b7a92e18552e",
      "2c70b19c-4187-4e79-9a32-c209d6a61e1c"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:56:17.148Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:233cf105-70d4-4530-83b3-2aa775249009
VfModuleModelInvariantUUID:7be7ac03-0aec-4d69-9de8-2371cca0795e
VfModuleModelDescription:NULL
Artifacts UUID List:{
127bb3d3-f954-4e99-bfbd-b7a92e18552e
,
2c70b19c-4187-4e79-9a32-c209d6a61e1c

}
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


}

2021-10-08T06:56:17.151Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7be7ac03-0aec-4d69-9de8-2371cca0795e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "233cf105-70d4-4530-83b3-2aa775249009",
    "vfModuleModelCustomizationUUID": "15bc54b2-09b8-4c4a-a785-d6bbe63e83fb",
    "isBase": true,
    "artifacts": [
      "127bb3d3-f954-4e99-bfbd-b7a92e18552e",
      "2c70b19c-4187-4e79-9a32-c209d6a61e1c"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:56:17.151Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:233cf105-70d4-4530-83b3-2aa775249009
VfModuleModelInvariantUUID:7be7ac03-0aec-4d69-9de8-2371cca0795e
VfModuleModelDescription:NULL
Artifacts UUID List:{
127bb3d3-f954-4e99-bfbd-b7a92e18552e
,
2c70b19c-4187-4e79-9a32-c209d6a61e1c

}
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


}

2021-10-08T06:56:17.151Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 127bb3d3-f954-4e99-bfbd-b7a92e18552e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-08T06:56:17.152Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:56:17.152Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-08T06:56:17.848Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:56:17.848Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 127bb3d3-f954-4e99-bfbd-b7a92e18552e 5033
2021-10-08T06:56:17.849Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:56:17.849Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-08T06:56:17.849Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:56:17.849Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:17.851Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:17.851Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676177849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:17.951Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:17.952Z||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.
2021-10-08T06:56:17.952Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:17.965Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:17.966Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:18.852Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2c70b19c-4187-4e79-9a32-c209d6a61e1c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-08T06:56:18.853Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:56:18.853Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-08T06:56:19.304Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:56:19.304Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2c70b19c-4187-4e79-9a32-c209d6a61e1c 909
2021-10-08T06:56:19.305Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:56:19.305Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-08T06:56:19.305Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:56:19.305Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:19.307Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:19.307Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676179305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:19.407Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:19.408Z||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.
2021-10-08T06:56:19.408Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:19.419Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:19.419Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:20.308Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4948270b-d637-4056-8bf2-ada426ac1ff5
2021-10-08T06:56:20.309Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 1966160b-f8e6-4605-99e4-2fb7b0705955 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:56:20.324Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30271022, org.onap.sdc.toscaparser.api.parameters.Input@79893ec6, org.onap.sdc.toscaparser.api.parameters.Input@130c5163, org.onap.sdc.toscaparser.api.parameters.Input@2fb45a32, org.onap.sdc.toscaparser.api.parameters.Input@279af9e6]
2021-10-08T06:56:20.326Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.326Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.326Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:56:20.326Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e160234f-4d32-4327-b704-183eff9745f5
2021-10-08T06:56:20.327Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e160234f-4d32-4327-b704-183eff9745f5 matches Tosca VF Customization UUID: e160234f-4d32-4327-b704-183eff9745f5
2021-10-08T06:56:20.327Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e160234f-4d32-4327-b704-183eff9745f5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:56:20.329Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.330Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.331Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e160234f-4d32-4327-b704-183eff9745f5: {\"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\"}
2021-10-08T06:56:20.331Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bcbe321
2021-10-08T06:56:20.331Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.331Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:56:20.331Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15bc54b2-09b8-4c4a-a785-d6bbe63e83fb
2021-10-08T06:56:20.332Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15bc54b2-09b8-4c4a-a785-d6bbe63e83fb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:56:20.334Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.335Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:20.335Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:20.335Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.336Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:20.336Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:20.336Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.336Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-08T06:56:20.337Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:56:20.337Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:56:20.337Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d9d3fdc-253c-4ac3-9386-df8fa6dfe7e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-08T06:56:20.340Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e160234f-4d32-4327-b704-183eff9745f5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4948270b-d637-4056-8bf2-ada426ac1ff5: basicclamp
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.342Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:56:20.343Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:56:20.433Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 1966160b-f8e6-4605-99e4-2fb7b0705955 1 ASDC deployResourceStructure
2021-10-08T06:56:20.434Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-08T06:56:20.434Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-08T06:56:20.434Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:56:20.434Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:20.435Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:20.436Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676180433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:20.536Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:20.537Z||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.
2021-10-08T06:56:20.537Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:20.552Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:20.552Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:56:21.417Z||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.
2021-10-08T06:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:21.436Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:56:21.437Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-08T06:56:21.437Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:56:21.437Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:21.439Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:21.440Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676181436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:21.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676076536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676061330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676067557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676061726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "dcae-sch",
  "timestamp": 1633676070213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676079929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676071333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676081515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676081915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676082646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676074024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676074013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "cds",
  "timestamp": 1633676083169,
  "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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.487Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676084853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676084953,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676084968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676085857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676085988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676086110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676086648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "policy-id",
  "timestamp": 1633676086859,
  "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=?
2021-10-08T06:56:21.509Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.509Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676086922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676086995,
  "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=?
2021-10-08T06:56:21.519Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.519Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676087113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "aai-ml",
  "timestamp": 1633676087651,
  "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=?
2021-10-08T06:56:21.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.540Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:21.540Z||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.
2021-10-08T06:56:21.540Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:21.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676088116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676088932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676089120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "clamp",
  "timestamp": 1633676089938,
  "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=?
2021-10-08T06:56:21.549Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.549Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 and ComponentName clamp
2021-10-08T06:56:21.550Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:56:21.551Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:56:21.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676083182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676093918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676095665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676096670,
  "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=?
2021-10-08T06:56:21.564Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbe1ca55-baae-477d-8081-bd1785a46733
2021-10-08T06:56:21.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe1ca55-baae-477d-8081-bd1785a46733 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676097557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676115333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676106726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676117332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "cds",
  "timestamp": 1633676118336,
  "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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:56:21.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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 (?, ?, ?, ?, ?)
2021-10-08T06:56:21.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "dcae-sch",
  "timestamp": 1633676110213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676111333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6415bd-f506-4612-ac81-191eeaf94767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676120522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:21.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-08T06:56:21.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:56:21.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:56:22.440Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:56:22.441Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-08T06:56:22.441Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:56:22.441Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:22.443Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:22.443Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676182440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:22.543Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:22.544Z||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.
2021-10-08T06:56:22.544Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:22.556Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:22.556Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:23.444Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-08T06:56:23.445Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-08T06:56:23.445Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:56:23.445Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:23.447Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:23.447Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676183444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:56:23.547Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:23.548Z||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.
2021-10-08T06:56:23.548Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:23.560Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:23.561Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:56:24.448Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72e08a1c-33d3-4cf9-b022-1913475a9dc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:56:24.461Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72e08a1c-33d3-4cf9-b022-1913475a9dc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:56:24.463Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:56:24.463Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.464Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.465Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:56:24.465Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||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=?
2021-10-08T06:56:24.470Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:56:54.471Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72e08a1c-33d3-4cf9-b022-1913475a9dc9 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=?
2021-10-08T06:56:54.478Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72e08a1c-33d3-4cf9-b022-1913475a9dc9 and serviceModelVersionId: 4948270b-d637-4056-8bf2-ada426ac1ff5
2021-10-08T06:56:54.478Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7
2021-10-08T06:56:54.479Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0
2021-10-08T06:56:54.482Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:56:54.516Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|INFO|500||Invoke
2021-10-08T06:56:54.516Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72e08a1c-33d3-4cf9-b022-1913475a9dc9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4182e7f9-b4c9-474d-a1e4-1daeaf863afb], X-ECOMP-RequestID=[72e08a1c-33d3-4cf9-b022-1913475a9dc9], X-TransactionId=[], X-ONAP-RequestID=[72e08a1c-33d3-4cf9-b022-1913475a9dc9], Content-Type=[application/merge-patch+json]}
2021-10-08T06:56:54.533Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:56:54.803Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211008-06:56:54:539-71435], vertex-id=[446672], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:56:54 GMT], Content-Type=[application/json]}
2021-10-08T06:56:54.803Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:56:54.804Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9852cc9e-4e53-40c7-9e9b-2919d0ef0bf7/model-vers/model-ver/4948270b-d637-4056-8bf2-ada426ac1ff5?depth=0|INFO|500||InvokeReturn
2021-10-08T06:56:54.804Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:56:54.804Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:56:54.809Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||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)
2021-10-08T06:56:54.809Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72e08a1c-33d3-4cf9-b022-1913475a9dc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:56:54.809Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:56:54.809Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:56:54.811Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:56:54.811Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676214809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:56:54.912Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:56:54.912Z||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.
2021-10-08T06:56:54.913Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:56:54.928Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:56:54.928Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-08T06:56:55.826Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:56:55.826Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|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.
2021-10-08T06:56:55.826Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:00.113Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:00.113Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:57:00.114Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbe1ca55-baae-477d-8081-bd1785a46733","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb","serviceDescription":"service","serviceInvariantUUID":"977932f2-6a31-4fe5-90f0-fc93bdeeb1c3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b85612db-6ae6-46e4-a54e-4002b2eaf051","resourceInvariantUUID":"8e8b022f-1d47-4575-b5b4-82f2b1ea190d","resourceCustomizationUUID":"5f33e87e-d97a-4407-838e-6880194cbcfd","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":"NThjMDNkODdhZDBlMDQ1MjM3MmRlMjIxOTIzZGRjZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98f3fc0b-ff5e-4571-b88f-b33f9f895433","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":"81c25187-3bee-4fee-8dd8-983d7b6fc4b8","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":"d55fde6f-ab25-4cbd-b294-78bff663458e","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":"NzEzZGVkYmE4ZTBmZThlYTc3MGVkYzNmY2U1NTA1YTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"937faa81-6242-42e4-b694-27cd98d82247","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":"a8a6b68f-035a-43c9-8129-db00f8ad1baa","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":"431fcf9f-fc2d-44b2-b483-14d60748a0ad","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":"11744279-b2aa-435e-9638-19865a36a167","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":"MjkxZTEyYWRiNWVhNzc4YWQ3YzE5NDdlMjgwNDUzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"240ac87b-f3f7-48f6-acef-f8631a7c36d7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzk3OTMzMDRhNmU5NjQ0NTc1ZjU1OWQzNTA3MGZmMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d7ad545-c386-4411-9892-cee88ad4a4d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:57:00.115Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:00.116Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:00.117Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:00.117Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:00.218Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:00.218Z||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.
2021-10-08T06:57:00.218Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:00.231Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:00.231Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:01.118Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:01.118Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:01.120Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:01.120Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:01.222Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:01.222Z||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.
2021-10-08T06:57:01.222Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:01.236Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:01.236Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:02.121Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:02.122Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:02.124Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:02.124Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:02.225Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-08T06:57:02.225Z||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.
2021-10-08T06:57:02.225Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:02.237Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:02.238Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:03.125Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:03.125Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:03.129Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:03.129Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:03.229Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:03.230Z||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.
2021-10-08T06:57:03.230Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:03.243Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:03.243Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:57:04.129Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:04.131Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:04.133Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:04.133Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:04.233Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:04.234Z||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.
2021-10-08T06:57:04.234Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:04.247Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:04.247Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:05.134Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:05.135Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:05.137Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:05.138Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:05.238Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:05.238Z||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.
2021-10-08T06:57:05.238Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:05.251Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:05.251Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:06.138Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:06.139Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:06.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:06.140Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:06.241Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:06.241Z||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.
2021-10-08T06:57:06.241Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:06.253Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:06.254Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:07.141Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:07.142Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:07.144Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:07.144Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:07.244Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:07.245Z||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.
2021-10-08T06:57:07.245Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:07.257Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:07.258Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:08.145Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:08.146Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:08.148Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:08.148Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:57:08.248Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:08.249Z||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.
2021-10-08T06:57:08.249Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:08.260Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:08.260Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:09.150Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "977932f2-6a31-4fe5-90f0-fc93bdeeb1c3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5f33e87e-d97a-4407-838e-6880194cbcfd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b85612db-6ae6-46e4-a54e-4002b2eaf051",
      "resourceInvariantUUID": "8e8b022f-1d47-4575-b5b4-82f2b1ea190d",
      "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": "Yzk3OTMzMDRhNmU5NjQ0NTc1ZjU1OWQzNTA3MGZmMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d7ad545-c386-4411-9892-cee88ad4a4d9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:57:09.150Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:57:09.150Z|72e08a1c-33d3-4cf9-b022-1913475a9dc9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb ASDC
2021-10-08T06:57:09.150Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cbe1ca55-baae-477d-8081-bd1785a46733
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb
ServiceInvariantUUID:977932f2-6a31-4fe5-90f0-fc93bdeeb1c3
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:0d7ad545-c386-4411-9892-cee88ad4a4d9
ArtifactChecksum:Yzk3OTMzMDRhNmU5NjQ0NTc1ZjU1OWQzNTA3MGZmMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5f33e87e-d97a-4407-838e-6880194cbcfd
ResourceInvariantUUID:8e8b022f-1d47-4575-b5b4-82f2b1ea190d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b85612db-6ae6-46e4-a54e-4002b2eaf051
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-08T06:57:09.151Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb 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=?
2021-10-08T06:57:09.181Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:57:09.182Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:09.182Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:09.182Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d7ad545-c386-4411-9892-cee88ad4a4d9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-08T06:57:09.182Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:57:09.182Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-08T06:57:09.939Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:57:09.946Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0d7ad545-c386-4411-9892-cee88ad4a4d9 105559
2021-10-08T06:57:09.947Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-08T06:57:09.947Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-08T06:57:09.947Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:57:09.947Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:09.949Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:09.949Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676229946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:57:10.049Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:10.050Z||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.
2021-10-08T06:57:10.050Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:10.061Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:10.061Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:10.949Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:57:10.951Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:10.951Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d7ad545-c386-4411-9892-cee88ad4a4d9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-08T06:57:10.951Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-08T06:57:10.952Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-08T06:57:10.952Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-08T06:57:11.036Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12499152747345189401/Definitions/service-TestPnfMacro-template.yml
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.643Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:57:11.644Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.645Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.646Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb
Model Version:NULL
Model InvariantUuid:977932f2-6a31-4fe5-90f0-fc93bdeeb1c3
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:57:11.654Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b85612db-6ae6-46e4-a54e-4002b2eaf051
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:57:11.656Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-10-08T06:57:11.656Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b85612db-6ae6-46e4-a54e-4002b2eaf051
2021-10-08T06:57:11.656Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb
2021-10-08T06:57:11.657Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb
2021-10-08T06:57:11.657Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b85612db-6ae6-46e4-a54e-4002b2eaf051 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:57:11.660Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28460076, org.onap.sdc.toscaparser.api.parameters.Input@38499b39, org.onap.sdc.toscaparser.api.parameters.Input@7554caae, org.onap.sdc.toscaparser.api.parameters.Input@58c498f8, org.onap.sdc.toscaparser.api.parameters.Input@40197626]
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb: test-pnf
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Processing PNF resource: b85612db-6ae6-46e4-a54e-4002b2eaf051
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:11.661Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||Resource customization UUID: 5f33e87e-d97a-4407-838e-6880194cbcfd is the same as notified resource customizationUUID: 5f33e87e-d97a-4407-838e-6880194cbcfd
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-10-08T06:57:11.693Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b85612db-6ae6-46e4-a54e-4002b2eaf051 0 ASDC deployResourceStructure
2021-10-08T06:57:11.694Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-08T06:57:11.694Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-08T06:57:11.694Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:57:11.694Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:11.696Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:11.697Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676231694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:57:11.797Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:11.797Z||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.
2021-10-08T06:57:11.797Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:11.807Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:11.807Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:12.697Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbe1ca55-baae-477d-8081-bd1785a46733
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:57:12.709Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbe1ca55-baae-477d-8081-bd1785a46733
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.711Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.712Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.712Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.712Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.712Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:57:12.712Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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=?
2021-10-08T06:57:12.717Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:57:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:57:21.417Z||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.
2021-10-08T06:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:21.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:57:21.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:21.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:57:42.717Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbe1ca55-baae-477d-8081-bd1785a46733 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=?
2021-10-08T06:57:42.725Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbe1ca55-baae-477d-8081-bd1785a46733 and serviceModelVersionId: 2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb
2021-10-08T06:57:42.725Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 977932f2-6a31-4fe5-90f0-fc93bdeeb1c3
2021-10-08T06:57:42.725Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?depth=0
2021-10-08T06:57:42.732Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:57:42.761Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?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]}
2021-10-08T06:57:42.761Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?depth=0|INFO|500||Invoke
2021-10-08T06:57:42.778Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:57:43.048Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?depth=0|INFO|500||InvokeReturn
2021-10-08T06:57:43.049Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/977932f2-6a31-4fe5-90f0-fc93bdeeb1c3/model-vers/model-ver/2f334e40-0f0d-4e76-b1e1-b0d8873f8dcb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211008-06:57:42:784-14916], vertex-id=[274472], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:57:42 GMT], Content-Type=[application/json]}
2021-10-08T06:57:43.049Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:57:43.050Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:57:43.050Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:57:43.055Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||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)
2021-10-08T06:57:43.055Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbe1ca55-baae-477d-8081-bd1785a46733 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:57:43.055Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:57:43.055Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:43.057Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:43.057Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676263055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:57:43.158Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:43.158Z||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.
2021-10-08T06:57:43.158Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:43.175Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:43.175Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-08T06:57:44.072Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:57:44.072Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fc5584b-cddb-48eb-800d-901aa8b8b02b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f6390606-9205-48ba-be13-8d1732f5be16","serviceDescription":"service","serviceInvariantUUID":"3cc255fb-65f9-4772-8de6-93b2a8a7c9fb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"606bf84f-a85a-4696-9224-bf74613b614b","resourceInvariantUUID":"ec3cb65b-574f-472b-b2ec-19f5df9e9de1","resourceCustomizationUUID":"0928a105-adf9-4ff8-88eb-ebae8b89a133","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":"YjZjNjc3NzE2NDM4ZjJmZGViYWUwZTY1YWQ2ODI2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08a40431-1854-4f70-8850-5a2c5cde1a1d","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":"2069808d-4004-4510-885a-f0e83ecd0149","artifactVersion":"2","generatedFromUUID":"33f7e1ee-1a40-4b34-b025-d5fa23da5793"},{"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":"33f7e1ee-1a40-4b34-b025-d5fa23da5793","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":"ZTIxZDljNzRkZThmYzVmYmQ0MDQ4ZGIwMTgwYWJiMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f076513-91a5-43c0-9010-5cd0642e523d","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":"10991675-86fe-441d-a4be-a1ba2e819c5b","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":"b5be809a-4d41-4908-b026-cd68e375f398","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":"634ebcaf-860d-47a9-9a32-503abfd2471f","artifactVersion":"2","generatedFromUUID":"10991675-86fe-441d-a4be-a1ba2e819c5b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjZmNjI4YmQ5MGMxMDZlNDQyZmI1ZjBkZWUzYTgwNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1714ba3f-33bf-42ad-87f2-2d0324b177ff","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjMzYjExYWVjNjNmNGNhZjQ0MDI5MWIyNTg4NGM5OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"183be6d0-ad4e-42d0-97f3-f298c9a07144","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:57:44.072Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:44.073Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:44.074Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:44.074Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:44.175Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:44.176Z||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.
2021-10-08T06:57:44.176Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:44.189Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:44.189Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:45.075Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:45.075Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:45.076Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:45.077Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-08T06:57:45.177Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:45.177Z||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.
2021-10-08T06:57:45.177Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:45.188Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:45.189Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:46.077Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:46.078Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:46.079Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:46.079Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-08T06:57:46.180Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:46.180Z||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.
2021-10-08T06:57:46.180Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:46.191Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:46.191Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:47.080Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:47.080Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:47.082Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:47.082Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:57:47.183Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:47.183Z||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.
2021-10-08T06:57:47.183Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:47.201Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:47.201Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:48.083Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:48.083Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:48.085Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:48.085Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:57:48.185Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:48.186Z||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.
2021-10-08T06:57:48.186Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:48.198Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:48.198Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:49.085Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:49.086Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:49.088Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:49.088Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:49.188Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:49.189Z||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.
2021-10-08T06:57:49.189Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:49.206Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:49.207Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:50.088Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:50.089Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:50.091Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:50.091Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-08T06:57:50.191Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:50.192Z||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.
2021-10-08T06:57:50.192Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:50.204Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:50.204Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:57:51.092Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:51.093Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:51.095Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:51.095Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:57:51.195Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:51.196Z||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.
2021-10-08T06:57:51.196Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:51.207Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:51.207Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:52.095Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:57:52.097Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:52.099Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:52.099Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:57:52.199Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:52.200Z||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.
2021-10-08T06:57:52.201Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:52.213Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:52.213Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:53.100Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f6390606-9205-48ba-be13-8d1732f5be16",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cc255fb-65f9-4772-8de6-93b2a8a7c9fb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "0928a105-adf9-4ff8-88eb-ebae8b89a133",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "606bf84f-a85a-4696-9224-bf74613b614b",
      "resourceInvariantUUID": "ec3cb65b-574f-472b-b2ec-19f5df9e9de1",
      "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": "2069808d-4004-4510-885a-f0e83ecd0149",
          "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": "33f7e1ee-1a40-4b34-b025-d5fa23da5793",
          "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": "ZTIxZDljNzRkZThmYzVmYmQ0MDQ4ZGIwMTgwYWJiMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f076513-91a5-43c0-9010-5cd0642e523d",
          "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": "10991675-86fe-441d-a4be-a1ba2e819c5b",
          "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": "634ebcaf-860d-47a9-9a32-503abfd2471f",
            "generatedFromUUID": "10991675-86fe-441d-a4be-a1ba2e819c5b"
          },
          "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": "634ebcaf-860d-47a9-9a32-503abfd2471f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjMzYjExYWVjNjNmNGNhZjQ0MDI5MWIyNTg4NGM5OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "183be6d0-ad4e-42d0-97f3-f298c9a07144"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T06:57:53.100Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:57:53.100Z|cbe1ca55-baae-477d-8081-bd1785a46733|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f6390606-9205-48ba-be13-8d1732f5be16 ASDC
2021-10-08T06:57:53.102Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0fc5584b-cddb-48eb-800d-901aa8b8b02b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f6390606-9205-48ba-be13-8d1732f5be16
ServiceInvariantUUID:3cc255fb-65f9-4772-8de6-93b2a8a7c9fb
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:183be6d0-ad4e-42d0-97f3-f298c9a07144
ArtifactChecksum:ZjMzYjExYWVjNjNmNGNhZjQ0MDI5MWIyNTg4NGM5OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0928a105-adf9-4ff8-88eb-ebae8b89a133
ResourceInvariantUUID:ec3cb65b-574f-472b-b2ec-19f5df9e9de1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:606bf84f-a85a-4696-9224-bf74613b614b
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:2069808d-4004-4510-885a-f0e83ecd0149
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:33f7e1ee-1a40-4b34-b025-d5fa23da5793
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:8f076513-91a5-43c0-9010-5cd0642e523d
ArtifactChecksum:ZTIxZDljNzRkZThmYzVmYmQ0MDQ4ZGIwMTgwYWJiMzU=
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:10991675-86fe-441d-a4be-a1ba2e819c5b
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:634ebcaf-860d-47a9-9a32-503abfd2471f
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:634ebcaf-860d-47a9-9a32-503abfd2471f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-08T06:57:53.102Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6390606-9205-48ba-be13-8d1732f5be16 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=?
2021-10-08T06:57:53.137Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:57:53.138Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:53.138Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:53.138Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 183be6d0-ad4e-42d0-97f3-f298c9a07144 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-08T06:57:53.138Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:57:53.139Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-08T06:57:53.935Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:57:53.940Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 183be6d0-ad4e-42d0-97f3-f298c9a07144 68758
2021-10-08T06:57:53.940Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-08T06:57:53.940Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-08T06:57:53.940Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:57:53.941Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:53.942Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:53.942Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676273940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:57:54.043Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:57:54.044Z||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.
2021-10-08T06:57:54.044Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:54.055Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:54.055Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:54.943Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:57:54.944Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:57:54.944Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 183be6d0-ad4e-42d0-97f3-f298c9a07144, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-08T06:57:54.944Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-08T06:57:54.944Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-08T06:57:54.944Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-08T06:57:55.038Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11278873204773263698/Definitions/service-BasicCnf-template.yml
2021-10-08T06:57:56.049Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:57:56.050Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.051Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.052Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:57:56.053Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b034c426-6ad6-47b9-9b31-79d566f0f2cf
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.054Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:57:56.055Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f6390606-9205-48ba-be13-8d1732f5be16
Model Version:NULL
Model InvariantUuid:3cc255fb-65f9-4772-8de6-93b2a8a7c9fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2cb32ba1-770d-4ef8-86c5-a94c0a3ded61
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec3cb65b-574f-472b-b2ec-19f5df9e9de1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0928a105-adf9-4ff8-88eb-ebae8b89a133
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f12faac5-4803-49a4-87cf-afa1f2b18d95
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:afec3e2e-5249-4e03-8fb6-f8852fa06b90
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b034c426-6ad6-47b9-9b31-79d566f0f2cf
ModelInvariantUuid:a4f33cc4-b096-442a-9821-ae0d053dc209
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:11c011b0-5c7c-4415-bff8-dbe4a455b0cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5230ffa3-813b-4efb-8329-163df453ab4d
ModelInvariantUuid:a3496451-1088-4ec7-8963-d7e19670850f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d6db9e16-76bd-43bc-9901-556687619c08
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T06:57:56.060Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 606bf84f-a85a-4696-9224-bf74613b614b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:57:56.062Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-10-08T06:57:56.062Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 606bf84f-a85a-4696-9224-bf74613b614b
2021-10-08T06:57:56.062Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2069808d-4004-4510-885a-f0e83ecd0149 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-08T06:57:56.062Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:57:56.063Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.838Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:57:56.838Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2069808d-4004-4510-885a-f0e83ecd0149 12
2021-10-08T06:57:56.838Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.839Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:56.839Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:57:56.839Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:56.841Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:56.841Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676276838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:57:56.941Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:56.942Z||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.
2021-10-08T06:57:56.942Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:56.952Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:56.952Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:57.842Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33f7e1ee-1a40-4b34-b025-d5fa23da5793 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-08T06:57:57.842Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:57:57.843Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:58.739Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:57:58.739Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 33f7e1ee-1a40-4b34-b025-d5fa23da5793 2688
2021-10-08T06:57:58.739Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:58.740Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:57:58.740Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:57:58.740Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:57:58.742Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:57:58.742Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676278739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:57:58.842Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:57:58.843Z||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.
2021-10-08T06:57:58.843Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:57:58.856Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:57:58.856Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:57:59.744Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8f076513-91a5-43c0-9010-5cd0642e523d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-08T06:57:59.744Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:57:59.744Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:00.214Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:58:00.215Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8f076513-91a5-43c0-9010-5cd0642e523d 828
2021-10-08T06:58:00.215Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:00.215Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:00.215Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:58:00.215Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:00.216Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:00.217Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676280215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:00.317Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:58:00.317Z||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.
2021-10-08T06:58:00.317Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:00.331Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:00.332Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:01.217Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f12faac5-4803-49a4-87cf-afa1f2b18d95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afec3e2e-5249-4e03-8fb6-f8852fa06b90",
    "vfModuleModelCustomizationUUID": "857c9590-9fad-4caa-a3c2-57ac1dd73d78",
    "isBase": true,
    "artifacts": [
      "33f7e1ee-1a40-4b34-b025-d5fa23da5793",
      "10991675-86fe-441d-a4be-a1ba2e819c5b",
      "634ebcaf-860d-47a9-9a32-503abfd2471f"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:58:01.221Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afec3e2e-5249-4e03-8fb6-f8852fa06b90
VfModuleModelInvariantUUID:f12faac5-4803-49a4-87cf-afa1f2b18d95
VfModuleModelDescription:NULL
Artifacts UUID List:{
33f7e1ee-1a40-4b34-b025-d5fa23da5793
,
10991675-86fe-441d-a4be-a1ba2e819c5b
,
634ebcaf-860d-47a9-9a32-503abfd2471f

}
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


}

2021-10-08T06:58:01.224Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f12faac5-4803-49a4-87cf-afa1f2b18d95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afec3e2e-5249-4e03-8fb6-f8852fa06b90",
    "vfModuleModelCustomizationUUID": "857c9590-9fad-4caa-a3c2-57ac1dd73d78",
    "isBase": true,
    "artifacts": [
      "33f7e1ee-1a40-4b34-b025-d5fa23da5793",
      "10991675-86fe-441d-a4be-a1ba2e819c5b",
      "634ebcaf-860d-47a9-9a32-503abfd2471f"
    ],
    "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": ""
    }
  }
]
2021-10-08T06:58:01.224Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afec3e2e-5249-4e03-8fb6-f8852fa06b90
VfModuleModelInvariantUUID:f12faac5-4803-49a4-87cf-afa1f2b18d95
VfModuleModelDescription:NULL
Artifacts UUID List:{
33f7e1ee-1a40-4b34-b025-d5fa23da5793
,
10991675-86fe-441d-a4be-a1ba2e819c5b
,
634ebcaf-860d-47a9-9a32-503abfd2471f

}
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


}

2021-10-08T06:58:01.224Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10991675-86fe-441d-a4be-a1ba2e819c5b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-08T06:58:01.224Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:58:01.224Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-08T06:58:02.357Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:58:02.358Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 10991675-86fe-441d-a4be-a1ba2e819c5b 1164
2021-10-08T06:58:02.358Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:02.358Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:02.358Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:58:02.358Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:02.360Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:02.360Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676282358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:02.460Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:58:02.461Z||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.
2021-10-08T06:58:02.461Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:02.472Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:02.473Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:03.360Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 634ebcaf-860d-47a9-9a32-503abfd2471f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-08T06:58:03.361Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:58:03.361Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-08T06:58:04.263Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:58:04.263Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 634ebcaf-860d-47a9-9a32-503abfd2471f 200
2021-10-08T06:58:04.263Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:04.263Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:04.263Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:58:04.264Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:04.265Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:04.265Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676284263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:04.365Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:58:04.366Z||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.
2021-10-08T06:58:04.366Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:04.377Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:04.377Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:05.266Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f6390606-9205-48ba-be13-8d1732f5be16
2021-10-08T06:58:05.268Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 606bf84f-a85a-4696-9224-bf74613b614b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-10-08T06:58:05.282Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:58:05.288Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30ad0de0, org.onap.sdc.toscaparser.api.parameters.Input@2792eab6, org.onap.sdc.toscaparser.api.parameters.Input@4a415d2b, org.onap.sdc.toscaparser.api.parameters.Input@6423b8de, org.onap.sdc.toscaparser.api.parameters.Input@3c396bb7]
2021-10-08T06:58:05.290Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.290Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.290Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-08T06:58:05.291Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0928a105-adf9-4ff8-88eb-ebae8b89a133
2021-10-08T06:58:05.291Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0928a105-adf9-4ff8-88eb-ebae8b89a133 matches Tosca VF Customization UUID: 0928a105-adf9-4ff8-88eb-ebae8b89a133
2021-10-08T06:58:05.291Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0928a105-adf9-4ff8-88eb-ebae8b89a133  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-08T06:58:05.294Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.294Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.295Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0928a105-adf9-4ff8-88eb-ebae8b89a133: {\"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\"}
2021-10-08T06:58:05.295Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35bae969
2021-10-08T06:58:05.295Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.296Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:58:05.296Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 857c9590-9fad-4caa-a3c2-57ac1dd73d78
2021-10-08T06:58:05.297Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 857c9590-9fad-4caa-a3c2-57ac1dd73d78
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-08T06:58:05.300Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.300Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:58:05.300Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:58:05.300Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.301Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:58:05.301Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:58:05.301Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.301Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-08T06:58:05.301Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-08T06:58:05.302Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b034c426-6ad6-47b9-9b31-79d566f0f2cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-08T06:58:05.304Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.304Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:58:05.304Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:58:05.304Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.305Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-08T06:58:05.305Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0928a105-adf9-4ff8-88eb-ebae8b89a133
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:58:05.306Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.306Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f6390606-9205-48ba-be13-8d1732f5be16: basic_cnf
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T06:58:05.307Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:58:05.308Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-08T06:58:05.366Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 606bf84f-a85a-4696-9224-bf74613b614b 1 ASDC deployResourceStructure
2021-10-08T06:58:05.367Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:05.367Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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)
2021-10-08T06:58:05.367Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-08T06:58:05.367Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:05.369Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:05.369Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676285367,
  "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"
}
2021-10-08T06:58:05.470Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:58:05.470Z||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.
2021-10-08T06:58:05.470Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:05.483Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:05.483Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:06.370Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:06.370Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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)
2021-10-08T06:58:06.370Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-08T06:58:06.371Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:06.372Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:06.372Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676286370,
  "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"
}
2021-10-08T06:58:06.473Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:58:06.473Z||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.
2021-10-08T06:58:06.473Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:06.504Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:06.505Z||pool-129-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:07.373Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:07.374Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:07.374Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:58:07.374Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:07.376Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:07.376Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676287373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:07.477Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-08T06:58:07.477Z||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.
2021-10-08T06:58:07.477Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:07.491Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:07.491Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:08.377Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:08.379Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:08.379Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:58:08.379Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:08.381Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:08.381Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676288377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:08.482Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:58:08.482Z||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.
2021-10-08T06:58:08.482Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:08.495Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:08.495Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:58:09.382Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:09.383Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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
2021-10-08T06:58:09.383Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:58:09.383Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:09.385Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:09.385Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676289382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:09.486Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-08T06:58:09.486Z||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.
2021-10-08T06:58:09.486Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:09.507Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:09.507Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:10.386Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-08T06:58:10.387Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-08T06:58:10.387Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:58:10.387Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:58:10.389Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:58:10.389Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676290386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:10.489Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:58:10.490Z||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.
2021-10-08T06:58:10.490Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:10.502Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:10.502Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:58:11.389Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:58:11.402Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:58:11.404Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:58:11.404Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:58:11.405Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:58:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:58:21.417Z||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.
2021-10-08T06:58:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:58:21.448Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:58:21.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676113182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676122504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676114024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676114013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676123963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676124448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676124552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676124957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "aai-ml",
  "timestamp": 1633676125450,
  "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=?
2021-10-08T06:58:21.461Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:58:21.461Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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 (?, ?, ?, ?, ?)
2021-10-08T06:58:21.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676125960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676125993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/resourceInstances/pnf2508c99831470/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676126557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "policy-id",
  "timestamp": 1633676126962,
  "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=?
2021-10-08T06:58:21.478Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:58:21.478Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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 (?, ?, ?, ?, ?)
2021-10-08T06:58:21.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676126996,
  "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=?
2021-10-08T06:58:21.492Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:58:21.492Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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 (?, ?, ?, ?, ?)
2021-10-08T06:58:21.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676128644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676129678,
  "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=?
2021-10-08T06:58:21.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:58:21.510Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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=?
2021-10-08T06:58:21.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676121330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676130681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676130738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676132513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLx4xb7eucdfhhrygphwp/1.0/artifacts/service-DemoPnfLx4xb7eucdfhhrygphwp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676141261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676142940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "clamp",
  "timestamp": 1633676143943,
  "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=?
2021-10-08T06:58:21.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fc5584b-cddb-48eb-800d-901aa8b8b02b
2021-10-08T06:58:21.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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 (?, ?, ?, ?, ?)
2021-10-08T06:58:21.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399ebea8-06ea-41e8-92b5-f0e2bc0e6872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676163855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:58:21.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676062057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:58:21.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:58:21.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676173535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676176140,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676177849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676179305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:58:21.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:21.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:58:21.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676180433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T06:58:21.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:58:41.405Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T06:58:41.416Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T06:58:41.419Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:58:41.419Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:58:41.419Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:58:41.419Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:58:41.419Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T06:58:41.420Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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=?
2021-10-08T06:58:41.425Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:59:11.425Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b 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=?
2021-10-08T06:59:11.431Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fc5584b-cddb-48eb-800d-901aa8b8b02b and serviceModelVersionId: f6390606-9205-48ba-be13-8d1732f5be16
2021-10-08T06:59:11.431Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cc255fb-65f9-4772-8de6-93b2a8a7c9fb
2021-10-08T06:59:11.432Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0
2021-10-08T06:59:11.435Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:59:11.457Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|INFO|500||Invoke
2021-10-08T06:59:11.458Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0fc5584b-cddb-48eb-800d-901aa8b8b02b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1988543c-6966-4da8-ba58-7aa6f1c6c4eb], X-ECOMP-RequestID=[0fc5584b-cddb-48eb-800d-901aa8b8b02b], X-TransactionId=[], X-ONAP-RequestID=[0fc5584b-cddb-48eb-800d-901aa8b8b02b], Content-Type=[application/merge-patch+json]}
2021-10-08T06:59:11.473Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T06:59:11.945Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211008-06:59:11:480-39272], vertex-id=[467152], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:59:11 GMT], Content-Type=[application/json]}
2021-10-08T06:59:11.945Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:59:11.946Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cc255fb-65f9-4772-8de6-93b2a8a7c9fb/model-vers/model-ver/f6390606-9205-48ba-be13-8d1732f5be16?depth=0|INFO|500||InvokeReturn
2021-10-08T06:59:11.946Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:59:11.946Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T06:59:11.951Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||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)
2021-10-08T06:59:11.951Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fc5584b-cddb-48eb-800d-901aa8b8b02b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:59:11.951Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:59:11.952Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:59:11.954Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:59:11.954Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676351951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:59:12.055Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:59:12.055Z||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.
2021-10-08T06:59:12.055Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:12.072Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:12.072Z||pool-134-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=?
2021-10-08T06:59:12.976Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:12.976Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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.
2021-10-08T06:59:12.976Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:21.417Z||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.
2021-10-08T06:59:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:21.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676181436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T06:59:21.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:21.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676182440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-08T06:59:21.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676183444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e08a1c-33d3-4cf9-b022-1913475a9dc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676214809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:59:21.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T06:59:21.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676229946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:21.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-08T06:59:21.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676231694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T06:59:21.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:59:23.166Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:23.167Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:23.167Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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.
2021-10-08T06:59:23.168Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:32.717Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:32.717Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:32.718Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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.
2021-10-08T06:59:32.718Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:42.257Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:42.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:42.258Z||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.
2021-10-08T06:59:42.258Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:59:51.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T06:59:51.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:59:51.801Z||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.
2021-10-08T06:59:51.801Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:01.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:01.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:00:01.343Z||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.
2021-10-08T07:00:01.343Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:10.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:10.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:00:10.889Z||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.
2021-10-08T07:00:10.889Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:20.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:21.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:00:21.416Z||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.
2021-10-08T07:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:00:21.417Z||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.
2021-10-08T07:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:21.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:21.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe1ca55-baae-477d-8081-bd1785a46733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676263055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T07:00:21.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676215826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676273940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676276838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676278739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676280215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676282358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676284263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676285367,
  "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"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676286370,
  "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"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676287373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676288377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676289382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-08T07:00:21.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:21.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:00:21.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676290386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:00:21.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:00:22.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:22.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-08T07:00:22.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2479f3ce-e52b-4405-b344-a604329d77a8","serviceName":"Demo_pNF_AWHunBAWHT4XK7Qo65H6","serviceVersion":"1.0","serviceUUID":"54d5e9e2-8314-41f7-89ea-f66cc0b99336","serviceDescription":"catalog service description","serviceInvariantUUID":"5687a34c-13fa-43ee-91be-5116e54f854d","resources":[{"resourceInstanceName":"pNF 64712935-0a61 0","resourceName":"pNF 64712935-0a61","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"49ecf08e-f77e-45c6-a0c1-cb549b7f6473","resourceInvariantUUID":"0de08cfd-9e20-49de-9445-dd81327ecfdd","resourceCustomizationUUID":"37200457-97c4-4aee-99cf-9b356fa9c0e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml","artifactChecksum":"ZWE1MjE4YjFmOTk0ZWQzZTZlZTU2ODMzOGM5MWQyNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea20a183-c752-48ef-a202-dbcbb0b7d489","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar","artifactChecksum":"YTFhZTMxMTZkZTg3YzFmNWIxODQ1MjNkZjRkZjBmNTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"524df2b5-637f-4959-9ad4-82edd40f7e0f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c8076e9-b922-448a-b1e6-02f7bd56b951","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml","artifactChecksum":"YjNmMmMxNzI2MTIxMjBjZjk1NDViYjQ3NzUxMjBkZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fcd77cc-331c-45e3-9f72-6fe9ea67c43e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d33d2ba7-003d-483a-afc4-80934382d7d5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e010c11-d83b-4873-9595-21793b59c663","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAwhunbawht4xk7qo65h6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml","artifactChecksum":"MjcyZmQyNmVkZTlhMTkxMjFhMDMyN2RjOWMwZWZkMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e3525da-4aea-4154-8889-237f74cded6f","artifactVersion":"1"},{"artifactName":"service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar","artifactChecksum":"ZjVmNWVmYTMyODQ0ZDliMDg3Y2IyNTEzYjI5MGNhYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47ed8183-8232-40fb-86c5-66a631e8b3b7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T07:00:22.982Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:22.982Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:22.985Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:22.985Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:23.085Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:23.085Z||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.
2021-10-08T07:00:23.085Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:23.103Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:23.104Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:23.985Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:23.986Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:23.988Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:23.988Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:24.088Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:24.088Z||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.
2021-10-08T07:00:24.089Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:24.115Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:24.116Z||pool-136-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:24.989Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:24.989Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:24.991Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:24.991Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:25.091Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:25.095Z||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.
2021-10-08T07:00:25.095Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:25.124Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:25.125Z||pool-137-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:25.991Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:25.992Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:25.993Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:25.994Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:26.094Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:26.094Z||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.
2021-10-08T07:00:26.095Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:26.107Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:26.107Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:26.994Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:26.995Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:26.996Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:26.996Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:27.097Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T07:00:27.097Z||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.
2021-10-08T07:00:27.097Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:27.117Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:27.117Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:27.997Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:27.998Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:28.000Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:28.000Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:28.100Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:28.100Z||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.
2021-10-08T07:00:28.100Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:28.118Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:28.118Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:29.000Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:29.001Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:29.003Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:29.004Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:00:29.104Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:29.105Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T07:00:29.105Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:29.121Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:29.121Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:30.004Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T07:00:30.005Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:30.006Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:30.006Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:00:30.107Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:30.107Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T07:00:30.107Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:30.126Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:30.126Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-08T07:00:31.007Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "serviceName": "Demo_pNF_AWHunBAWHT4XK7Qo65H6",
  "serviceVersion": "1.0",
  "serviceUUID": "54d5e9e2-8314-41f7-89ea-f66cc0b99336",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5687a34c-13fa-43ee-91be-5116e54f854d",
  "resources": [
    {
      "resourceInstanceName": "pNF 64712935-0a61 0",
      "resourceCustomizationUUID": "37200457-97c4-4aee-99cf-9b356fa9c0e5",
      "resourceName": "pNF 64712935-0a61",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "49ecf08e-f77e-45c6-a0c1-cb549b7f6473",
      "resourceInvariantUUID": "0de08cfd-9e20-49de-9445-dd81327ecfdd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
      "artifactChecksum": "ZjVmNWVmYTMyODQ0ZDliMDg3Y2IyNTEzYjI5MGNhYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47ed8183-8232-40fb-86c5-66a631e8b3b7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-08T07:00:31.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T07:00:31.008Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54d5e9e2-8314-41f7-89ea-f66cc0b99336 ASDC
2021-10-08T07:00:31.009Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2479f3ce-e52b-4405-b344-a604329d77a8
ServiceName:Demo_pNF_AWHunBAWHT4XK7Qo65H6
ServiceVersion:1.0
ServiceUUID:54d5e9e2-8314-41f7-89ea-f66cc0b99336
ServiceInvariantUUID:5687a34c-13fa-43ee-91be-5116e54f854d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
ArtifactUUID:47ed8183-8232-40fb-86c5-66a631e8b3b7
ArtifactChecksum:ZjVmNWVmYTMyODQ0ZDliMDg3Y2IyNTEzYjI5MGNhYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64712935-0a61 0
ResourceCustomizationUUID:37200457-97c4-4aee-99cf-9b356fa9c0e5
ResourceInvariantUUID:0de08cfd-9e20-49de-9445-dd81327ecfdd
ResourceName:pNF 64712935-0a61
ResourceType:PNF
ResourceUUID:49ecf08e-f77e-45c6-a0c1-cb549b7f6473
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-08T07:00:31.009Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54d5e9e2-8314-41f7-89ea-f66cc0b99336 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 (?, ?, ?, ?, ?)
2021-10-08T07:00:31.043Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T07:00:31.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-08T07:00:31.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-08T07:00:31.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 47ed8183-8232-40fb-86c5-66a631e8b3b7 from URL: /sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:31.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-08T07:00:31.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:31.311Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-08T07:00:31.317Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar 47ed8183-8232-40fb-86c5-66a631e8b3b7 82559
2021-10-08T07:00:31.317Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar ASDC sendASDCNotification
2021-10-08T07:00:31.317Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:31.317Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T07:00:31.317Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:31.319Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:31.319Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676431317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:00:31.419Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:31.419Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T07:00:31.420Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:31.431Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:31.432Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T07:00:32.319Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T07:00:32.320Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-08T07:00:32.321Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 47ed8183-8232-40fb-86c5-66a631e8b3b7, URL: /sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar to file: /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:32.321Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:32.321Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:32.321Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.338Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6413098331083085459/Definitions/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64712935-0a61 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-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||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-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.954Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||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-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Node template pNF 64712935-0a61 0 is matching search criteria
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 64712935-0a61 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T07:00:33.955Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Node template pNF 64712935-0a61 0 is matching search criteria
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 64712935-0a61 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.956Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.957Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.957Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.957Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.957Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.957Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AWHunBAWHT4XK7Qo65H6
Description:catalog service description
Model UUID:54d5e9e2-8314-41f7-89ea-f66cc0b99336
Model Version:NULL
Model InvariantUuid:5687a34c-13fa-43ee-91be-5116e54f854d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-08T07:00:33.963Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 49ecf08e-f77e-45c6-a0c1-cb549b7f6473
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T07:00:33.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||pNF 64712935-0a61 0
2021-10-08T07:00:33.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 49ecf08e-f77e-45c6-a0c1-cb549b7f6473
2021-10-08T07:00:33.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 54d5e9e2-8314-41f7-89ea-f66cc0b99336
2021-10-08T07:00:33.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 54d5e9e2-8314-41f7-89ea-f66cc0b99336
2021-10-08T07:00:33.966Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64712935-0a61 0 49ecf08e-f77e-45c6-a0c1-cb549b7f6473 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T07:00:33.970Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e0fe8fe, org.onap.sdc.toscaparser.api.parameters.Input@3a9d88f9, org.onap.sdc.toscaparser.api.parameters.Input@5ce9743e, org.onap.sdc.toscaparser.api.parameters.Input@139284b8, org.onap.sdc.toscaparser.api.parameters.Input@622bd62c]
2021-10-08T07:00:33.970Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.970Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.971Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 54d5e9e2-8314-41f7-89ea-f66cc0b99336: pNF 64712935-0a61
2021-10-08T07:00:33.971Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Processing PNF resource: 49ecf08e-f77e-45c6-a0c1-cb549b7f6473
2021-10-08T07:00:33.971Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-08T07:00:33.972Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_AWHunBAWHT4XK7Qo65H6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T07:00:33.972Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||Resource customization UUID: 37200457-97c4-4aee-99cf-9b356fa9c0e5 is the same as notified resource customizationUUID: 37200457-97c4-4aee-99cf-9b356fa9c0e5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-10-08T07:00:34.007Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64712935-0a61 49ecf08e-f77e-45c6-a0c1-cb549b7f6473 0 ASDC deployResourceStructure
2021-10-08T07:00:34.007Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar ASDC sendASDCNotification
2021-10-08T07:00:34.007Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar
2021-10-08T07:00:34.007Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T07:00:34.008Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:00:34.009Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:00:34.010Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676434007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:00:34.110Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:00:34.110Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T07:00:34.110Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:00:34.148Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:00:34.149Z||pool-144-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2021-10-08T07:00:35.010Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T07:00:35.030Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T07:00:35.033Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T07:00:35.034Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T07:00:35.034Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T07:01:05.034Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T07:01:05.044Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T07:01:05.046Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T07:01:05.047Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T07:01:05.047Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T07:01:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:01:21.417Z||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.
2021-10-08T07:01:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:01:21.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:01:21.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:01:21.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fc5584b-cddb-48eb-800d-901aa8b8b02b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676351951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T07:01:21.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:01:35.047Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T07:01:35.058Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T07:01:35.060Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T07:01:35.060Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T07:01:35.060Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T07:02:05.061Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T07:02:05.071Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T07:02:05.073Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T07:02:05.073Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T07:02:05.073Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T07:02:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:02:21.417Z||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.
2021-10-08T07:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:02:21.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:02:21.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676421726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676413182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676421415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676421330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676414024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676414013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676431285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676431286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676431317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676431369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676431431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "cds",
  "timestamp": 1633676432290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-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=?
2021-10-08T07:02:21.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:21.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676432389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676432438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676433017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:21.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633676433391,
  "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=?
2021-10-08T07:02:21.986Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:21.986Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "policy-id",
  "timestamp": 1633676433440,
  "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=?
2021-10-08T07:02:22.016Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:22.016Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676434007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:22.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633676434021,
  "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=?
2021-10-08T07:02:22.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:22.211Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:22.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676427557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676436736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/resourceInstances/pnf647129350a610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633676430213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-08T07:02:22.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633676431333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "NOTIFIED"
}
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676440981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676441997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:22.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676442746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwhunbawht4xk7qo65h6/1.0/artifacts/service-DemoPnfAwhunbawht4xk7qo65h6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-08T07:02:22.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:02:22.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "clamp",
  "timestamp": 1633676442999,
  "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=?
2021-10-08T07:02:22.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:22.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T07:02:22.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "aai-ml",
  "timestamp": 1633676443749,
  "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=?
2021-10-08T07:02:22.257Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2479f3ce-e52b-4405-b344-a604329d77a8
2021-10-08T07:02:22.257Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2479f3ce-e52b-4405-b344-a604329d77a8 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 (?, ?, ?, ?, ?)
2021-10-08T07:02:35.073Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-08T07:02:35.085Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-08T07:02:35.087Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-08T07:02:35.088Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-08T07:02:35.094Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T07:03:05.094Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2479f3ce-e52b-4405-b344-a604329d77a8 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=?
2021-10-08T07:03:05.102Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2479f3ce-e52b-4405-b344-a604329d77a8 and serviceModelVersionId: 54d5e9e2-8314-41f7-89ea-f66cc0b99336
2021-10-08T07:03:05.102Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5687a34c-13fa-43ee-91be-5116e54f854d
2021-10-08T07:03:05.103Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?depth=0
2021-10-08T07:03:05.107Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T07:03:05.132Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?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]}
2021-10-08T07:03:05.133Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?depth=0|INFO|500||Invoke
2021-10-08T07:03:05.153Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-08T07:03:05.675Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?depth=0|INFO|500||InvokeReturn
2021-10-08T07:03:05.675Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5687a34c-13fa-43ee-91be-5116e54f854d/model-vers/model-ver/54d5e9e2-8314-41f7-89ea-f66cc0b99336?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211008-07:03:05:160-54070], vertex-id=[483536], Content-Length=[0], Date=[Fri, 08 Oct 2021 07:03:05 GMT], Content-Type=[application/json]}
2021-10-08T07:03:05.676Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T07:03:05.676Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T07:03:05.676Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-08T07:03:05.680Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-08T07:03:05.680Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2479f3ce-e52b-4405-b344-a604329d77a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T07:03:05.681Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T07:03:05.681Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-08T07:03:05.682Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T07:03:05.683Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676585680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T07:03:05.783Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T07:03:05.783Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T07:03:05.783Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:03:05.798Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:03:05.799Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-08T07:03:06.696Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:03:06.697Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:03:06.697Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:03:16.888Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:03:16.888Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:03:16.888Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:03:16.888Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:03:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:03:21.417Z||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.
2021-10-08T07:03:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:03:22.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:03:22.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-08T07:03:22.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2479f3ce-e52b-4405-b344-a604329d77a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633676585680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T07:03:22.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T07:03:26.429Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:03:26.431Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:03:26.431Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:03:26.431Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:03:35.972Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:04:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:04:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:04:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:04:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:04:21.417Z||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.
2021-10-08T07:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:04:30.964Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:04:30.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:05:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:05:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:05:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:05:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:05:21.417Z||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.
2021-10-08T07:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:05:30.981Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:05:30.982Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:06:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:06:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:06:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:06:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:06:21.417Z||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.
2021-10-08T07:06:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:06:30.970Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:06:30.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:07:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:07:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:07:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:07:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:07:21.417Z||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.
2021-10-08T07:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:07:30.961Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:07:30.964Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:08:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:08:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:08:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:08:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:08:21.418Z||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.
2021-10-08T07:08:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:08:30.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:08:30.971Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:09:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:09:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:09:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:09:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:09:21.417Z||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.
2021-10-08T07:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:09:30.961Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:09:30.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:10:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:10:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:10:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:10:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:10:21.417Z||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.
2021-10-08T07:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:10:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:10:30.964Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:11:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:11:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:11:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:11:21.417Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:11:21.417Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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.
2021-10-08T07:11:21.418Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:11:30.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:11:30.967Z|0fc5584b-cddb-48eb-800d-901aa8b8b02b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:12:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:12:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:12:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:12:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:12:21.417Z||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.
2021-10-08T07:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:12:30.964Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:12:30.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:13:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:13:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:13:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:13:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:13:21.417Z||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.
2021-10-08T07:13:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:13:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:13:30.965Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:14:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:14:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:14:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:14:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:14:21.417Z||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.
2021-10-08T07:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:14:30.966Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:14:30.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:15:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:15:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:15:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:15:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:15:21.417Z||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.
2021-10-08T07:15:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:15:30.961Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:15:30.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:16:21.415Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:16:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:16:21.416Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:16:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:16:21.418Z||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.
2021-10-08T07:16:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:16:30.964Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:16:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:17:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:17:21.416Z||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.
2021-10-08T07:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:17:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:17:21.417Z||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.
2021-10-08T07:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:17:30.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:17:30.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:18:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:18:21.415Z||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.
2021-10-08T07:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:18:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:18:21.417Z||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.
2021-10-08T07:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:18:30.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:18:30.959Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:19:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:19:21.416Z||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.
2021-10-08T07:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:19:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:19:21.417Z||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.
2021-10-08T07:19:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:19:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:19:30.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:20:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:20:21.416Z||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.
2021-10-08T07:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:20:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:20:21.417Z||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.
2021-10-08T07:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:20:30.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:20:30.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:21:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:21:21.416Z||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.
2021-10-08T07:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:21:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:21:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:21:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:21:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:21:30.964Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:22:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:22:21.417Z||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.
2021-10-08T07:22:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:22:21.417Z||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.
2021-10-08T07:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:22:30.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:22:30.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:23:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:23:21.416Z||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.
2021-10-08T07:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:23:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:23:21.417Z||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.
2021-10-08T07:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:23:30.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:23:30.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:24:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:24:21.416Z||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.
2021-10-08T07:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:24:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:24:21.417Z||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.
2021-10-08T07:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:24:30.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:24:30.988Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:25:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:25:21.416Z||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.
2021-10-08T07:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:25:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:25:21.417Z||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.
2021-10-08T07:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:25:30.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:25:30.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:26:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:26:21.416Z||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.
2021-10-08T07:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:26:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:26:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:26:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:26:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:26:30.966Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:27:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:27:21.416Z||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.
2021-10-08T07:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:27:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:27:21.417Z||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.
2021-10-08T07:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:27:30.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:27:30.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:28:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:28:21.416Z||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.
2021-10-08T07:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:28:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:28:21.417Z||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.
2021-10-08T07:28:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:28:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:28:30.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:29:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:29:21.416Z||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.
2021-10-08T07:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:29:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:29:21.417Z||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.
2021-10-08T07:29:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:29:30.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:29:30.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:30:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:30:21.416Z||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.
2021-10-08T07:30:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:30:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:30:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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.
2021-10-08T07:30:21.417Z|2479f3ce-e52b-4405-b344-a604329d77a8|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:30:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:30:30.972Z|2479f3ce-e52b-4405-b344-a604329d77a8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:31:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:31:21.416Z||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.
2021-10-08T07:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:31:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:31:21.417Z||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.
2021-10-08T07:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:31:30.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:31:30.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:32:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:32:21.416Z||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.
2021-10-08T07:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:32:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:32:21.417Z||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.
2021-10-08T07:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:32:30.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:32:30.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:33:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:33:21.416Z||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.
2021-10-08T07:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:33:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T07:33:21.417Z||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.
2021-10-08T07:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T07:33:30.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:33:30.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-08T07:33:42.719Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)